summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Util.cpp')
-rw-r--r--cpp/src/IceGrid/Util.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/IceGrid/Util.cpp b/cpp/src/IceGrid/Util.cpp
index 84e8a83550f..c16ff0fa4dd 100644
--- a/cpp/src/IceGrid/Util.cpp
+++ b/cpp/src/IceGrid/Util.cpp
@@ -17,13 +17,6 @@ using namespace std;
using namespace Ice;
using namespace IceGrid;
-void
-IceGrid::SynchronizationException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\nsynchronization exception";
-}
-
string
IceGrid::toString(const vector<string>& v, const string& sep)
{