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

This commit is contained in:
Jesse Beder
2008-07-08 18:34:26 +00:00
parent a8a0fb41cb
commit c0c55fe50b
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;
};