Removed the (unused) 'required' flag from simple keys (the parser should take care of this, not the scanner).

This commit is contained in:
beder
2008-07-08 18:34:26 +00:00
parent 5d5651861d
commit 84bcdda342
3 changed files with 17 additions and 7 deletions

View File

@@ -45,7 +45,6 @@ namespace YAML
void Invalidate();
int pos, line, column, flowLevel;
bool required;
Token *pMapStart, *pKey;
};