summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-12-01 22:24:39 +0000
committerMarc Laukien <marc@zeroc.com>2004-12-01 22:24:39 +0000
commit86b3fc55f169b3e55928813e51867129043698ca (patch)
tree57f6a37d33e1e77195759406c2c0e6bdce8edf2c /cpp/src/IcePatch2/Client.cpp
parentfixes (diff)
downloadice-86b3fc55f169b3e55928813e51867129043698ca.tar.bz2
ice-86b3fc55f169b3e55928813e51867129043698ca.tar.xz
ice-86b3fc55f169b3e55928813e51867129043698ca.zip
fixes
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r--cpp/src/IcePatch2/Client.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp
index a121fb727dd..b355c9e81eb 100644
--- a/cpp/src/IcePatch2/Client.cpp
+++ b/cpp/src/IcePatch2/Client.cpp
@@ -244,11 +244,6 @@ IcePatch2::Client::run(int argc, char* argv[])
if(!aborted)
{
- aborted = !patcher->patch("Ice");
- }
-
- if(!aborted)
- {
aborted = !patcher->patch("");
}