summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2017-11-19 22:24:53 -0800
committerGitHub <noreply@github.com>2017-11-19 22:24:53 -0800
commit43e5030c126aab0a275a22f5e6645083c391c436 (patch)
tree756b2a0d6027e5e209bca7b219624d56c5695169 /src/parser
parent8ccb1ee50e16b2e19c1c12605c7c2163dc5af7cc (diff)
Removing an unused variable from SygusInput. Resolves CID 1362932. (#1392)
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/smt2/sygus_input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parser/smt2/sygus_input.h b/src/parser/smt2/sygus_input.h
index 888d629e8..a66730ad6 100644
--- a/src/parser/smt2/sygus_input.h
+++ b/src/parser/smt2/sygus_input.h
@@ -44,9 +44,6 @@ class SygusInput : public AntlrInput {
/** The ANTLR3 SMT2 parser for the input. */
pSmt2Parser d_pSmt2Parser;
- /** Which (variant of the) input language we're using */
- InputLanguage d_lang;
-
/**
* Initialize the class. Called from the constructors once the input
* stream is initialized.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback