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

This commit is contained in:
Jesse Beder
2012-06-08 10:25:42 -05:00
parent ab36ca930f
commit 5c097d417a

View File

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