Removed parserError from the rules class

The Rules class inherits parserError from Rules Properties class
overwrite this variable suppress the error message from the parser
aconsumer.
This commit is contained in:
Felipe Zimmerle
2016-06-23 10:47:52 -03:00
parent 02909f7cd8
commit e5583c24bb

View File

@@ -84,9 +84,6 @@ class Rules : public RulesProperties {
void debug(int level, std::string message);
std::ostringstream parserError;
int *unicode_map_table;
int64_t unicode_codepage;