From 7225dff8fbdc167a06faeb0e9fd2c46d826748d8 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Fri, 8 Aug 2003 06:59:35 +0000 Subject: Added Properties::parseIceCommandLineOptions(). --- cpp/src/IcePack/Client.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/src/IcePack/Client.cpp') 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) { -- cgit v1.2.3