summaryrefslogtreecommitdiff
path: root/src/include/kind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kind.h')
-rw-r--r--src/include/kind.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/include/kind.h b/src/include/kind.h
deleted file mode 100644
index 5d99330ca..000000000
--- a/src/include/kind.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/********************* -*- C++ -*- */
-/** kind.h
- ** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 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.
- **
- **/
-
-#ifndef __CVC4_KIND_H
-#define __CVC4_KIND_H
-
-namespace CVC4 {
-
-// TODO: create this file (?) from theory solver headers so that we
-// have a collection of kinds from all. This file is mainly a
-// placeholder for design & development work.
-
-enum Kind {
- AND,
- OR,
- XOR,
- NOT,
- PLUS,
- MINUS,
- ITE,
- IFF,
- SKOLEM,
- SUBST
-};/* enum Kind */
-
-}/* CVC4 namespace */
-
-#endif /* __CVC4_KIND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback