diff options
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(""); } |