Removed stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)

This commit is contained in:
beder 2012-06-08 10:25:42 -05:00
parent 4c0b4b8f81
commit c38af67d3a

View File

@ -31,9 +31,7 @@ namespace YAML
void Load(std::istream& in);
bool HandleNextDocument(EventHandler& eventHandler);
bool GetNextDocument(Node& document); // old API only
void PrintTokens(std::ostream& out);
private: