diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-06-06 09:54:32 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-06-06 09:54:32 -0400 |
commit | b47a1b2ddb05328597daf077626b031098692247 (patch) | |
tree | 02e78f517d749a1348bb4cb350a5f6d8d07aabb6 /cpp/src/IcePatch2/FileServerI.cpp | |
parent | IconvStringConverter::fromUTF8: use basic_string target instead of reallocate... (diff) | |
download | ice-b47a1b2ddb05328597daf077626b031098692247.tar.bz2 ice-b47a1b2ddb05328597daf077626b031098692247.tar.xz ice-b47a1b2ddb05328597daf077626b031098692247.zip |
Simplified WindowsStringConverter implementation
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.cpp')
-rw-r--r-- | cpp/src/IcePatch2/FileServerI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.cpp b/cpp/src/IcePatch2/FileServerI.cpp index efab2277a31..c279b5d2067 100644 --- a/cpp/src/IcePatch2/FileServerI.cpp +++ b/cpp/src/IcePatch2/FileServerI.cpp @@ -10,7 +10,6 @@ #include <IceUtil/DisableWarnings.h> #include <IceUtil/FileUtil.h> #include <IceUtil/StringUtil.h> -#include <IceUtil/ScopedArray.h> #include <IcePatch2/FileServerI.h> #ifdef _WIN32 |