summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_typedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_typedef.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_typedef.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_typedef.cpp b/TAO/TAO_IDL/be/be_typedef.cpp
index 7a936fdc752..5fa56ef674b 100644
--- a/TAO/TAO_IDL/be/be_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_typedef.cpp
@@ -68,10 +68,6 @@ be_typedef::compute_size_type (void)
// our size type is the same as our type
this->size_type (type->size_type ());
-
- // and while we're here, take care of has_constructor
- this->has_constructor (type->has_constructor ());
-
return 0;
}