diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-11-29 14:40:22 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-11-29 14:40:22 +0000 |
commit | 8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c (patch) | |
tree | 463ee5268393e18f55fdf9da9946e2960ca7899c /cpp/src/IceGrid/Allocatable.cpp | |
parent | Fixes (diff) | |
download | ice-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.cpp | 2 |
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; |