Removed unneeded code
This commit is contained in:
parent
1061cba97f
commit
4e4cbc6f1e
1 changed files with 0 additions and 2 deletions
|
|
@ -153,8 +153,6 @@ public:
|
||||||
case TERM: return string("TERM(") + *value + ")";
|
case TERM: return string("TERM(") + *value + ")";
|
||||||
case END_REACHED: return "END_REACHED";
|
case END_REACHED: return "END_REACHED";
|
||||||
}
|
}
|
||||||
assert(false);
|
|
||||||
return empty_string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
string symbol() const {
|
string symbol() const {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue