From c32435dea8b36a035e71c023a3e8d6e3c49dbba9 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Wed, 9 Jan 2002 14:30:34 +0000 Subject: [PATCH] remove unused static kCategoryManagerCID saving 16 bytes (bug 117927; rs=darin) --- netwerk/protocol/http/src/nsHttpHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/netwerk/protocol/http/src/nsHttpHandler.cpp b/netwerk/protocol/http/src/nsHttpHandler.cpp index 8dd9ad7fc74a..fa31854f0488 100644 --- a/netwerk/protocol/http/src/nsHttpHandler.cpp +++ b/netwerk/protocol/http/src/nsHttpHandler.cpp @@ -72,7 +72,6 @@ extern PRThread *NS_SOCKET_THREAD; static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID); static NS_DEFINE_CID(kStandardURLCID, NS_STANDARDURL_CID); -static NS_DEFINE_CID(kCategoryManagerCID, NS_CATEGORYMANAGER_CID); static NS_DEFINE_CID(kNetModuleMgrCID, NS_NETMODULEMGR_CID); static NS_DEFINE_CID(kStreamConverterServiceCID, NS_STREAMCONVERTERSERVICE_CID); static NS_DEFINE_CID(kCacheServiceCID, NS_CACHESERVICE_CID);