summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/substitutions.cpp')
-rw-r--r--src/theory/substitutions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index 8ca099dae..70e3deb63 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -215,8 +215,6 @@ void SubstitutionMap::print(ostream& out) const {
}
}
-void SubstitutionMap::debugPrint() const { print(CVC5Message.getStream()); }
-
} // namespace theory
std::ostream& operator<<(std::ostream& out, const theory::SubstitutionMap::iterator& i) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback