Fixed a warning on Linux.

git-svn-id: svn://10.0.0.236/trunk@44264 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-08-24 06:47:11 +00:00
parent 74c3a36f86
commit 0551dd45cf
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ static NS_DEFINE_IID(kINetServiceIID, NS_INETSERVICE_IID);
static CTokenRecycler* gTokenRecycler=0;
static nsDeque* gTokenDeque=0;
static XML_Parser gExpatParser=0;
static const char* kXMLDeclPrefix = "<?xml";
static const char* kDocTypeDeclPrefix = "<!DOCTYPE";
/**

View File

@@ -56,7 +56,6 @@ static NS_DEFINE_IID(kINetServiceIID, NS_INETSERVICE_IID);
static CTokenRecycler* gTokenRecycler=0;
static nsDeque* gTokenDeque=0;
static XML_Parser gExpatParser=0;
static const char* kXMLDeclPrefix = "<?xml";
static const char* kDocTypeDeclPrefix = "<!DOCTYPE";
/**