projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ccb1ee
)
Removing an unused variable from SygusInput. Resolves CID 1362932. (#1392)
author
Tim King
<taking@cs.nyu.edu>
Mon, 20 Nov 2017 06:24:53 +0000
(22:24 -0800)
committer
GitHub
<noreply@github.com>
Mon, 20 Nov 2017 06:24:53 +0000
(22:24 -0800)
src/parser/smt2/sygus_input.h
patch
|
blob
|
history
diff --git
a/src/parser/smt2/sygus_input.h
b/src/parser/smt2/sygus_input.h
index 888d629e8086717425f19edd1827db4442bf50af..a66730ad63fa1661458b9e2bf273141d9c4c1e4d 100644
(file)
--- 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.