summaryrefslogtreecommitdiff
path: root/src/expr/skolem_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/skolem_manager.h')
-rw-r--r--src/expr/skolem_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expr/skolem_manager.h b/src/expr/skolem_manager.h
index 13d0491a6..a6709373c 100644
--- a/src/expr/skolem_manager.h
+++ b/src/expr/skolem_manager.h
@@ -255,12 +255,6 @@ class SkolemManager
const std::string& comment = "",
int flags = NodeManager::SKOLEM_DEFAULT);
/**
- * Make Boolean term variable for term t. This is a special case of
- * mkPurifySkolem above, where the returned term has kind
- * BOOLEAN_TERM_VARIABLE.
- */
- Node mkBooleanTermVariable(Node t);
- /**
* Get proof generator for existentially quantified formula q. This returns
* the proof generator that was provided in a call to mkSkolem above.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback