From 480f11cfc60118000f09a87f9fc213ec90b443c8 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Wed, 9 Jan 2002 14:33:01 +0000 Subject: [PATCH] remove unused static kStandardURLCID saving 16 bytes (bug 117927; rs=darin) git-svn-id: svn://10.0.0.236/trunk@111670 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp b/mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp index bdced7c7e88..bc1102ba5b9 100644 --- a/mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp +++ b/mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp @@ -50,7 +50,6 @@ #include "nsDirectoryServiceDefs.h" #include "nsNetUtil.h" -static NS_DEFINE_CID(kStandardURLCID, NS_STANDARDURL_CID); static nsResProtocolHandler *gResHandler = nsnull; #if defined(PR_LOGGING)