diff options
-rw-r--r-- | common/xmlparser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/xmlparser.h b/common/xmlparser.h index 344fd4068d..5271917927 100644 --- a/common/xmlparser.h +++ b/common/xmlparser.h @@ -97,8 +97,6 @@ class FSNode; * @see XMLParser::keyCallback() */ class XMLParser { - static const int kErrorMessageWidth = 512; - public: /** * Parser constructor. |