summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Client.cpp
diff options
context:
space:
mode:
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("");
}