diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-14 21:29:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-14 21:29:54 +0000 |
commit | 2e64eaf3ad1887db1b4e0c88d31bf60ed98ea9ca (patch) | |
tree | 8554ffca0baab6755a43047294a71d25ffc0973f /cpp/src/IcePatch2/ClientUtil.cpp | |
parent | fix for thread-per-connection (diff) | |
download | ice-2e64eaf3ad1887db1b4e0c88d31bf60ed98ea9ca.tar.bz2 ice-2e64eaf3ad1887db1b4e0c88d31bf60ed98ea9ca.tar.xz ice-2e64eaf3ad1887db1b4e0c88d31bf60ed98ea9ca.zip |
fix
Diffstat (limited to 'cpp/src/IcePatch2/ClientUtil.cpp')
-rwxr-xr-x | cpp/src/IcePatch2/ClientUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/ClientUtil.cpp b/cpp/src/IcePatch2/ClientUtil.cpp index 4ac87d51aac..8e787e0b234 100755 --- a/cpp/src/IcePatch2/ClientUtil.cpp +++ b/cpp/src/IcePatch2/ClientUtil.cpp @@ -564,7 +564,6 @@ IcePatch2::Patcher::updateFilesInternal(const FileInfoSeq& files, const Decompre } Int pos = 0; - string progress; while(pos < p->size) { |