diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-01 22:24:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-01 22:24:39 +0000 |
commit | 86b3fc55f169b3e55928813e51867129043698ca (patch) | |
tree | 57f6a37d33e1e77195759406c2c0e6bdce8edf2c /cpp/src/IcePatch2/Client.cpp | |
parent | fixes (diff) | |
download | ice-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.cpp | 5 |
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(""); } |