summaryrefslogtreecommitdiff
path: root/src/util/literal.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 23:59:41 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 23:59:41 +0000
commitb21aad9f82edd1f0241579bf2f1f8cd870eb582b (patch)
tree68622fe26ba2609deb302118102e06921dba43d0 /src/util/literal.h
parent7b3ae98cc2cd9b70e0e00ab07418e796a87e3f97 (diff)
minor interface changes to TheoryEngine/Theory after meeting and conversation with Tim
Diffstat (limited to 'src/util/literal.h')
-rw-r--r--src/util/literal.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/util/literal.h b/src/util/literal.h
deleted file mode 100644
index 582c8a646..000000000
--- a/src/util/literal.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/********************* */
-/** literal.h
- ** Original author: mdeters
- ** Major contributors: none
- ** Minor contributors (to current version): none
- ** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
- ** Courant Institute of Mathematical Sciences
- ** New York University
- ** See the file COPYING in the top-level source directory for licensing
- ** information.
- **
- ** A literal.
- **/
-
-#ifndef __CVC4__LITERAL_H
-#define __CVC4__LITERAL_H
-
-namespace CVC4 {
-
-class Literal {
-};
-
-}/* CVC4 namespace */
-
-#endif /* __CVC4__LITERAL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback