summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/invoke/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/invoke/Server.cpp')
-rw-r--r--cpp/test/Ice/invoke/Server.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/test/Ice/invoke/Server.cpp b/cpp/test/Ice/invoke/Server.cpp
index ccee3948daf..42cc9a9d960 100644
--- a/cpp/test/Ice/invoke/Server.cpp
+++ b/cpp/test/Ice/invoke/Server.cpp
@@ -77,13 +77,6 @@ private:
Ice::ObjectPtr _blobject;
};
-int
-run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
-{
-
- return EXIT_SUCCESS;
-}
-
class Server : public Test::TestHelper
{
public: