From 43e5030c126aab0a275a22f5e6645083c391c436 Mon Sep 17 00:00:00 2001 From: Tim King Date: Sun, 19 Nov 2017 22:24:53 -0800 Subject: [PATCH] Removing an unused variable from SygusInput. Resolves CID 1362932. (#1392) --- src/parser/smt2/sygus_input.h | 3 --- 1 file changed, 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. -- 2.30.2