diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 01:02:41 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 01:02:41 +0000 |
commit | 30fb5607cd7f137aa4a8c52e51f00d2508b4a26d (patch) | |
tree | 8b9d1fecacb988048f599c0bd2046cf1f86e90aa /lib/SMT/parser.cpp | |
parent | 76ce7fc9917af0a106550ac501545f7941d17744 (diff) | |
download | klee-30fb5607cd7f137aa4a8c52e51f00d2508b4a26d.tar.gz |
Remove lang.h again.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/SMT/parser.cpp')
-rw-r--r-- | lib/SMT/parser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/SMT/parser.cpp b/lib/SMT/parser.cpp index fd694536..14cf97c8 100644 --- a/lib/SMT/parser.cpp +++ b/lib/SMT/parser.cpp @@ -58,8 +58,6 @@ namespace CVC3 { // Internal storage class; I'll use member names without 'd_'s here class ParserData { public: - // Which language to use - InputLanguage lang; // Is the input given by the file name or as istream? bool useName; ParserTemp temp; |