Remove unused symbols.
authorRyan <ry@tinyclouds.org>
Thu, 6 Aug 2009 11:33:42 +0000 (13:33 +0200)
committerRyan <ry@tinyclouds.org>
Thu, 6 Aug 2009 11:33:42 +0000 (13:33 +0200)
src/net.cc
src/process.cc

index f701cf0..13cb2a3 100644 (file)
@@ -21,13 +21,9 @@ using namespace node;
 #define RAW_SYMBOL            String::NewSymbol("raw")
 #define ASCII_SYMBOL          String::NewSymbol("ascii")
 
-#define ENCODING_SYMBOL       String::NewSymbol("encoding")
-#define TIMEOUT_SYMBOL        String::NewSymbol("timeout")
 #define SERVER_SYMBOL         String::NewSymbol("server")
 #define REMOTE_ADDRESS_SYMBOL String::NewSymbol("remoteAddress")
 
-#define PROTOCOL_SYMBOL           String::NewSymbol("protocol")
-
 #define READY_STATE_SYMBOL  String::NewSymbol("readyState")
 #define OPEN_SYMBOL         String::NewSymbol("open")
 #define OPENING_SYMBOL      String::NewSymbol("opening")
index 35ecdde..3f91571 100644 (file)
@@ -11,9 +11,6 @@
 using namespace v8;
 using namespace node;
 
-#define ON_ERROR_SYMBOL   String::NewSymbol("onError")
-#define ON_OUTPUT_SYMBOL  String::NewSymbol("onOutput")
-#define ON_EXIT_SYMBOL    String::NewSymbol("onExit")
 #define PID_SYMBOL        String::NewSymbol("pid")
 
 /* defines for the parent side */