summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/faultTolerance/Client.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-07-05 05:01:57 +0000
committerMichi Henning <michi@zeroc.com>2004-07-05 05:01:57 +0000
commit27336e35392f1d44c14479e0108dedb4c7b9c025 (patch)
tree616d28845f95f04f0fbf9abc7ea1a0d0f45a8ca1 /cpp/test/Ice/faultTolerance/Client.cpp
parentSimplified code destroy communicators. (diff)
downloadice-27336e35392f1d44c14479e0108dedb4c7b9c025.tar.bz2
ice-27336e35392f1d44c14479e0108dedb4c7b9c025.tar.xz
ice-27336e35392f1d44c14479e0108dedb4c7b9c025.zip
Backed out previous change -- I wasn't thinking straight.
Diffstat (limited to 'cpp/test/Ice/faultTolerance/Client.cpp')
-rw-r--r--cpp/test/Ice/faultTolerance/Client.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/faultTolerance/Client.cpp b/cpp/test/Ice/faultTolerance/Client.cpp
index 96a11f9d0c8..054fa0b9c46 100644
--- a/cpp/test/Ice/faultTolerance/Client.cpp
+++ b/cpp/test/Ice/faultTolerance/Client.cpp
@@ -22,12 +22,6 @@ usage(const char* n)
int
run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
- if(argc < 3)
- {
- usage(argv[0]);
- return 1;
- }
-
vector<int> ports;
for(int i = 1; i < argc; ++i)
{