- Removed ::appendStdin.
This commit is contained in:
Paul Beckingham 2014-09-07 13:40:00 -04:00
parent 0da5f9160e
commit 090c80cb90
3 changed files with 0 additions and 48 deletions

View file

@ -42,7 +42,6 @@ public:
void initialize (int, const char**);
void clear ();
void appendStdin ();
Tree* tree ();
Tree* parse ();
void alias (const std::string&, const std::string&);