diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-02 16:05:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-02 16:05:26 +0000 |
commit | 2dd92bb9d0e8f4ef44e2e46d4b89d567c52a0042 (patch) | |
tree | 3127bd8a7609371dfce76d4665ef4dd676464dce /cpp/src/IcePatch/Client.cpp | |
parent | fixes (diff) | |
download | ice-2dd92bb9d0e8f4ef44e2e46d4b89d567c52a0042.tar.bz2 ice-2dd92bb9d0e8f4ef44e2e46d4b89d567c52a0042.tar.xz ice-2dd92bb9d0e8f4ef44e2e46d4b89d567c52a0042.zip |
more IcePatch work
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch/Client.cpp | 15 |
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) |