summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Allocatable.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-11-29 14:40:22 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-11-29 14:40:22 +0000
commit8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c (patch)
tree463ee5268393e18f55fdf9da9946e2960ca7899c /cpp/src/IceGrid/Allocatable.cpp
parentFixes (diff)
downloadice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.tar.bz2
ice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.tar.xz
ice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.zip
More bug fixes
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.cpp')
-rw-r--r--cpp/src/IceGrid/Allocatable.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp
index 9efa9d47c07..de543f0efb1 100644
--- a/cpp/src/IceGrid/Allocatable.cpp
+++ b/cpp/src/IceGrid/Allocatable.cpp
@@ -482,8 +482,6 @@ Allocatable::allocateFromChild(const AllocationRequestPtr& request,
bool tryAllocate,
bool fromRelease)
{
- assert(_allocatable);
-
if(_parent && !_parent->allocateFromChild(request, child, tryAllocate, fromRelease))
{
return false;