summaryrefslogtreecommitdiff
path: root/src/expr/attribute.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-19 23:10:02 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-19 23:10:02 +0000
commit7697b5218118d71800318472a7423a5b42bee469 (patch)
tree28f910c4cb5475a3bd70e5669420d55caee4f6d8 /src/expr/attribute.cpp
parentce0e796ad92f040fb75435bd7880bc28a60b0374 (diff)
specialized implementation for boolean node attributes ("flags"): they now share memory words properly; also, implementations of some output functionality
Diffstat (limited to 'src/expr/attribute.cpp')
-rw-r--r--src/expr/attribute.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/expr/attribute.cpp b/src/expr/attribute.cpp
deleted file mode 100644
index ea672b514..000000000
--- a/src/expr/attribute.cpp
+++ /dev/null
@@ -1,30 +0,0 @@
-/********************* -*- C++ -*- */
-/** attribute.cpp
- ** 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.
- **
- ** Node attributes.
- **/
-
-#include "expr/attribute.h"
-
-#include <string>
-
-using std::string;
-
-namespace CVC4 {
-namespace expr {
-namespace attr {
-
-unsigned BitAssignment::s_bit = 0;
-
-}/* CVC4::expr::attr namespace */
-}/* CVC4::expr namespace */
-}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback