Fixed a warning on Linux.

This commit is contained in:
nisheeth%netscape.com 1999-08-24 06:47:11 +00:00
parent 6282b19257
commit 3caa1eb200
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";
/**