diff options
author | Michi Henning <michi@zeroc.com> | 2006-01-10 02:10:01 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-01-10 02:10:01 +0000 |
commit | 06f760355c5832ef0c3e31451a1568bb40821815 (patch) | |
tree | d60d96765bd27fe14d0a143969265f5eb5f004b3 /cpp/src/Slice/VbUtil.cpp | |
parent | Fixed incorrect comment about setProcess(). (diff) | |
download | ice-06f760355c5832ef0c3e31451a1568bb40821815.tar.bz2 ice-06f760355c5832ef0c3e31451a1568bb40821815.tar.xz ice-06f760355c5832ef0c3e31451a1568bb40821815.zip |
Fixed http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=729
Diffstat (limited to 'cpp/src/Slice/VbUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/VbUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Slice/VbUtil.cpp b/cpp/src/Slice/VbUtil.cpp index 6b80180f0af..545aa6f4ef0 100755 --- a/cpp/src/Slice/VbUtil.cpp +++ b/cpp/src/Slice/VbUtil.cpp @@ -954,7 +954,6 @@ Slice::VbGenerator::writeSequenceMarshalUnmarshalCode(Output& out, } out << nl << "For block__ As Integer = 0 To 0"; out.inc(); - string func = ProxyPtr::dynamicCast(type) ? "read__" : "read"; out << nl << "Dim szx__ As Integer = " << stream << ".readSize()"; if(!streamingAPI) { |