diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-03-17 09:00:00 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-03-17 09:00:00 +0100 |
commit | 19903115ff9671d44ada6fdd75a7fdd555161618 (patch) | |
tree | 2d55af0f92bafc2b302eacecbf02b4a70f82d42d /TAO/tao/Object.cpp | |
parent | d76367da7959e9eeeff67b308052d5008cd74d2b (diff) | |
download | ATCD-19903115ff9671d44ada6fdd75a7fdd555161618.tar.gz |
Removed not needed return
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r-- | TAO/tao/Object.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp index 417e3d72eb3..3e73ac25c1c 100644 --- a/TAO/tao/Object.cpp +++ b/TAO/tao/Object.cpp @@ -837,7 +837,6 @@ CORBA::Object::tao_object_initialize (CORBA::Object *obj) // Transfer ownership to the CORBA::Object (void) safe_objdata.release (); - return; } CORBA::Boolean |