summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/HelloI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.cpp')
-rw-r--r--cpp/demo/IceBox/hello/HelloI.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp
index 48580e3494e..dd575e12fe7 100644
--- a/cpp/demo/IceBox/hello/HelloI.cpp
+++ b/cpp/demo/IceBox/hello/HelloI.cpp
@@ -17,10 +17,3 @@ HelloI::sayHello(const Ice::Current&)
{
cout << "Hello World!" << endl;
}
-
-void
-HelloI::shutdown(const Ice::Current& c)
-{
- cout << "Shutting down..." << endl;
- c.adapter->getCommunicator()->shutdown();
-}