summaryrefslogtreecommitdiff
path: root/src/theory/fp/theory_fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/fp/theory_fp.h')
-rw-r--r--src/theory/fp/theory_fp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/fp/theory_fp.h b/src/theory/fp/theory_fp.h
index 9dd532a5d..807756c5b 100644
--- a/src/theory/fp/theory_fp.h
+++ b/src/theory/fp/theory_fp.h
@@ -141,12 +141,7 @@ class TheoryFp : public Theory
bool refineAbstraction(TheoryModel* m, TNode abstract, TNode concrete);
- Node abstractRealToFloat(Node);
- Node abstractFloatToReal(Node);
-
private:
- ConversionAbstractionMap d_realToFloatMap;
- ConversionAbstractionMap d_floatToRealMap;
AbstractionMap d_abstractionMap; // abstract -> original
/** The theory rewriter for this theory. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback