summaryrefslogtreecommitdiff
path: root/src/parser/parser_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser_state.cpp')
-rw-r--r--src/parser/parser_state.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/parser/parser_state.cpp b/src/parser/parser_state.cpp
index 827d5fcaa..204dd3469 100644
--- a/src/parser/parser_state.cpp
+++ b/src/parser/parser_state.cpp
@@ -115,15 +115,6 @@ ParserState::defineVar(const std::string& name, const Expr& val) {
Assert(isDeclared(name));
}
-/*
-void
-ParserState::undefineVar(const std::string& name) {
- Assert(isDeclared(name));
- d_declScope.unbind(name);
- Assert(!isDeclared(name));
-}
-*/
-
Type
ParserState::mkSort(const std::string& name) {
Debug("parser") << "newSort(" << name << ")" << std::endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback