diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 91b1377230b..177eb58e8a0 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -137,11 +137,6 @@ Ice::UserException::__usesClasses() const return false; } -void -Ice::UserException::__usesClasses(bool) -{ -} - Ice::LocalException::LocalException(const char* file, int line) : Exception(file, line) { |