diff options
author | Ryan <ry@tinyclouds.org> | 2009-07-24 01:15:21 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-07-24 01:15:21 +0200 |
commit | 78aaf8df67e75b1ce73da006fb383c4b8082f1f3 (patch) | |
tree | 3aa8fde9d09ce63531e601f29a728ba0c6a0c6e8 /src | |
parent | 646829262f2c33a84d1d4b892b0934e0ed93ba7f (diff) | |
download | nodejs-78aaf8df67e75b1ce73da006fb383c4b8082f1f3.tar.gz nodejs-78aaf8df67e75b1ce73da006fb383c4b8082f1f3.tar.bz2 nodejs-78aaf8df67e75b1ce73da006fb383c4b8082f1f3.zip |
Remove unused static object.
Diffstat (limited to 'src')
-rw-r--r-- | src/http.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http.cc b/src/http.cc index afd90ecd3..f7e0f0591 100644 --- a/src/http.cc +++ b/src/http.cc @@ -33,8 +33,6 @@ using namespace std; Persistent<FunctionTemplate> HTTPConnection::client_constructor_template; Persistent<FunctionTemplate> HTTPConnection::server_constructor_template; -static Persistent<Object> http_module; - void HTTPConnection::Initialize (Handle<Object> target) { |