Commit 5c097d41 authored by Jesse Beder's avatar Jesse Beder
Browse files

Removed stray GetNextDocument declaration from the parser (it's from the old...

Removed stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)
parent ab36ca93
......@@ -32,8 +32,6 @@ namespace YAML
void Load(std::istream& in);
bool HandleNextDocument(EventHandler& eventHandler);
bool GetNextDocument(Node& document); // old API only
void PrintTokens(std::ostream& out);
private:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment