diff options
Diffstat (limited to 'cpp/src/Glacier2Lib/Application.cpp')
-rw-r--r-- | cpp/src/Glacier2Lib/Application.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Glacier2Lib/Application.cpp b/cpp/src/Glacier2Lib/Application.cpp index b9598c21ceb..c1a531c21b7 100644 --- a/cpp/src/Glacier2Lib/Application.cpp +++ b/cpp/src/Glacier2Lib/Application.cpp @@ -58,12 +58,6 @@ Glacier2::RestartSessionException::ice_clone() const } #endif -void -Glacier2::RestartSessionException::ice_throw() const -{ - throw *this; -} - Ice::ObjectAdapterPtr Glacier2::Application::objectAdapter() { |