summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 636b05acad5..4c7dc9ca9d7 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -56,8 +56,7 @@ Ice::LocalException::_throw() const
throw *this;
}
-Ice::UserException::UserException(const char* file, int line) :
- Exception(file, line)
+Ice::UserException::UserException()
{
}