Removed unneeded code

This commit is contained in:
John Wiegley 2012-03-02 01:49:07 -06:00
parent 1061cba97f
commit 4e4cbc6f1e

View file

@ -153,8 +153,6 @@ public:
case TERM: return string("TERM(") + *value + ")";
case END_REACHED: return "END_REACHED";
}
assert(false);
return empty_string;
}
string symbol() const {