summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/MapI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/MapI.cpp')
-rw-r--r--cpp/src/Freeze/MapI.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Freeze/MapI.cpp b/cpp/src/Freeze/MapI.cpp
index c7f0719be30..83799f299e5 100644
--- a/cpp/src/Freeze/MapI.cpp
+++ b/cpp/src/Freeze/MapI.cpp
@@ -1925,14 +1925,6 @@ Freeze::DatabaseException::ice_print(ostream& out) const
out << ":\n" << message;
}
-
-void
-Freeze::InvalidPositionException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\ninvalid position";
-}
-
void
Freeze::IndexNotFoundException::ice_print(ostream& out) const
{