summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/VbUtil.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-01-10 02:10:01 +0000
committerMichi Henning <michi@zeroc.com>2006-01-10 02:10:01 +0000
commit06f760355c5832ef0c3e31451a1568bb40821815 (patch)
treed60d96765bd27fe14d0a143969265f5eb5f004b3 /cpp/src/Slice/VbUtil.cpp
parentFixed incorrect comment about setProcess(). (diff)
downloadice-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-xcpp/src/Slice/VbUtil.cpp1
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)
{