Removing an unused variable from SygusInput. Resolves CID 1362932. (#1392)
authorTim King <taking@cs.nyu.edu>
Mon, 20 Nov 2017 06:24:53 +0000 (22:24 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 06:24:53 +0000 (22:24 -0800)
src/parser/smt2/sygus_input.h

index 888d629e8086717425f19edd1827db4442bf50af..a66730ad63fa1661458b9e2bf273141d9c4c1e4d 100644 (file)
@@ -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.