summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r--cpp/src/IcePatch2/Server.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp
index 1d12361a309..efe193805cf 100644
--- a/cpp/src/IcePatch2/Server.cpp
+++ b/cpp/src/IcePatch2/Server.cpp
@@ -50,7 +50,6 @@ protected:
virtual bool start(int, char*[]);
virtual bool stop();
- virtual CommunicatorPtr initializeCommunicator(int&, char*[]);
private:
@@ -196,11 +195,6 @@ IcePatch2::PatcherService::stop()
return true;
}
-CommunicatorPtr
-IcePatch2::PatcherService::initializeCommunicator(int& argc, char* argv[])
-{
- return Service::initializeCommunicator(argc, argv);
-}
void
IcePatch2::PatcherService::usage(const string& appName)