Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
node: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 30, 2012
1 parent 8c97ad4 commit db0a1dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/node.cc
Expand Up @@ -1777,13 +1777,6 @@ void FatalException(TryCatch &try_catch) {
}


static void DebugBreakMessageHandler(const v8::Debug::Message& message) {
// do nothing with debug messages.
// The message handler will get changed by DebuggerAgent::CreateSession in
// debug-agent.cc of v8/src when a new session is created
}


Persistent<Object> binding_cache;
Persistent<Array> module_load_list;

Expand Down

0 comments on commit db0a1dc

Please sign in to comment.