diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-07 22:56:22 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-07 22:56:22 +0000 |
commit | f35881fbbdabc08f0b9e194600cf882a21d7cc3d (patch) | |
tree | e8b56ea22f57450507f123a42d267d7db97b642b /cpp/src/IcePatch/Server.cpp | |
parent | remove orphaned files (diff) | |
download | ice-f35881fbbdabc08f0b9e194600cf882a21d7cc3d.tar.bz2 ice-f35881fbbdabc08f0b9e194600cf882a21d7cc3d.tar.xz ice-f35881fbbdabc08f0b9e194600cf882a21d7cc3d.zip |
remove orphaned files
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index ae3070a7ddc..3d515aacfd9 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -87,6 +87,11 @@ IcePatch::Server::run(int argc, char* argv[]) { changeDirectory(directory); } + + // + // Remove orphaned MD5 and BZ2 files. + // + removeOrphanedRecursive("."); // // Create MD5 and BZ2 files. |