Lexer: Removed ::isoEnabled, which belongs in ISO8601{d,p}

This commit is contained in:
Paul Beckingham
2015-10-04 11:11:48 -04:00
parent 61e494195a
commit d4abae0f70
3 changed files with 8 additions and 13 deletions

View File

@@ -40,7 +40,6 @@ class Lexer
public:
// These are overridable.
static std::string dateFormat;
static bool isoEnabled;
static std::string::size_type minimumMatchLength;
static std::map <std::string, std::string> attributes;