Browse Source

Remove unused static object.

v0.7.4-release
Ryan 16 years ago
parent
commit
78aaf8df67
  1. 2
      src/http.cc

2
src/http.cc

@ -33,8 +33,6 @@ using namespace std;
Persistent<FunctionTemplate> HTTPConnection::client_constructor_template; Persistent<FunctionTemplate> HTTPConnection::client_constructor_template;
Persistent<FunctionTemplate> HTTPConnection::server_constructor_template; Persistent<FunctionTemplate> HTTPConnection::server_constructor_template;
static Persistent<Object> http_module;
void void
HTTPConnection::Initialize (Handle<Object> target) HTTPConnection::Initialize (Handle<Object> target)
{ {

Loading…
Cancel
Save