mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 22:53:08 +00:00
Fixed a warning on Linux.
This commit is contained in:
parent
6282b19257
commit
3caa1eb200
@ -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";
|
||||
|
||||
/**
|
||||
|
@ -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";
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user