summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-02 16:05:26 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-02 16:05:26 +0000
commit2dd92bb9d0e8f4ef44e2e46d4b89d567c52a0042 (patch)
tree3127bd8a7609371dfce76d4665ef4dd676464dce /cpp/src/IcePatch/Client.cpp
parentfixes (diff)
downloadice-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.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)