From 78aaf8df67e75b1ce73da006fb383c4b8082f1f3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 24 Jul 2009 01:15:21 +0200 Subject: [PATCH] Remove unused static object. --- src/http.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http.cc b/src/http.cc index afd90ecd3d..f7e0f0591b 100644 --- a/src/http.cc +++ b/src/http.cc @@ -33,8 +33,6 @@ using namespace std; Persistent HTTPConnection::client_constructor_template; Persistent HTTPConnection::server_constructor_template; -static Persistent http_module; - void HTTPConnection::Initialize (Handle target) {