summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-22 19:22:56 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-22 19:22:56 +0000
commitc96d62d41a178e0f524c39a0f73da9b7730dcf0b (patch)
tree593a1e9f62cc9605ac374df1203e85e437d424d9 /src/prop
parent9ae657c4568114eb888d9c0b8c27c09586556ff3 (diff)
undoing improperly-committed revision 232; will re-commit to get "svn blame" correct, etc..
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/cnf_stream.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/prop/cnf_stream.h b/src/prop/cnf_stream.h
index d7bb3c265..1bb71860c 100644
--- a/src/prop/cnf_stream.h
+++ b/src/prop/cnf_stream.h
@@ -116,14 +116,6 @@ public:
CnfStream(SatSolver* satSolver);
/**
- * Destructs a CnfStream. This implementation does nothing, but we
- * need a virtual destructor for safety in case subclasses have a
- * destructor.
- */
- virtual ~CnfStream() {
- }
-
- /**
* Converts and asserts a formula.
* @param node node to convert and assert
* @param whether the sat solver can choose to remove this clause
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback