summaryrefslogtreecommitdiff
path: root/src/util/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/model.h')
-rw-r--r--src/util/model.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/util/model.h b/src/util/model.h
deleted file mode 100644
index 31fed1f31..000000000
--- a/src/util/model.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/********************* */
-/*! \file model.h
- ** \verbatim
- ** 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.\endverbatim
- **
- ** \brief A model.
- **
- ** A model.
- **/
-
-#include "cvc4_public.h"
-
-#ifndef __CVC4__MODEL_H
-#define __CVC4__MODEL_H
-
-namespace CVC4 {
-
-class CVC4_PUBLIC Model {
-};/* class Model */
-
-}/* CVC4 namespace */
-
-#endif /* __CVC4__MODEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback