summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePatch/Client.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index 72347e364cd..1f8acce9955 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -372,14 +372,6 @@ IcePatch::Client::patch(const FileDescSeq& fileDescSeq, const string& indent)
cout << " created" << endl;
break;
}
-
- case FileTypeUnknown:
- {
- removeRecursive(path);
- createDirectory(path);
- cout << " created" << endl;
- break;
- }
}
cout << newIndent << "|" << endl;
@@ -431,13 +423,6 @@ IcePatch::Client::patch(const FileDescSeq& fileDescSeq, const string& indent)
break;
}
-
- case FileTypeUnknown:
- {
- removeRecursive(path);
- getRegular(regularDesc->regular, progressCB);
- break;
- }
}
if(last)