summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-04-21 11:03:19 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-04-21 11:03:19 -0230
commitd6bbb689749d7eb25728feb2426fe4d9bcaaee69 (patch)
treedf16c64ea4c2f728b435982660deea43f0252433 /cpp/src/Ice/BasicStream.cpp
parentBug 3957 - ensure python that starts scripts is same as one it uses internally (diff)
downloadice-d6bbb689749d7eb25728feb2426fe4d9bcaaee69.tar.bz2
ice-d6bbb689749d7eb25728feb2426fe4d9bcaaee69.tar.xz
ice-d6bbb689749d7eb25728feb2426fe4d9bcaaee69.zip
Bug 2798 - add reason information to MemoryLimitException
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index e1a475f8ee1..069d6ddee52 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -2119,12 +2119,6 @@ IceInternal::BasicStream::throwUnmarshalOutOfBoundsException(const char* file, i
}
void
-IceInternal::BasicStream::throwMemoryLimitException(const char* file, int line)
-{
- throw MemoryLimitException(file, line);
-}
-
-void
IceInternal::BasicStream::throwNegativeSizeException(const char* file, int line)
{
throw NegativeSizeException(file, line);