summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r--cpp/src/IcePack/Client.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp
index d36a5b90768..17199f49fda 100644
--- a/cpp/src/IcePack/Client.cpp
+++ b/cpp/src/IcePack/Client.cpp
@@ -59,12 +59,6 @@ Client::run(int argc, char* argv[])
string commands;
bool debug = false;
- PropertiesPtr properties = communicator()->getProperties();
-
- StringSeq args = argsToStringSeq(argc, argv);
- args = properties->parseCommandLineOptions("IcePack", args);
- stringSeqToArgs(args, argc, argv);
-
int idx = 1;
while(idx < argc)
{