summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_array.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_array.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be/be_array.cpp b/TAO/TAO_IDL/be/be_array.cpp
index d0245ab4e1a..12b46af4791 100644
--- a/TAO/TAO_IDL/be/be_array.cpp
+++ b/TAO/TAO_IDL/be/be_array.cpp
@@ -14,7 +14,6 @@
*/
//=============================================================================
-
#include "be_array.h"
#include "be_codegen.h"
#include "be_scope.h"
@@ -26,17 +25,6 @@
#include "ace/Log_Msg.h"
-be_array::be_array (void)
- : COMMON_Base (),
- AST_Decl (),
- AST_Type (),
- AST_ConcreteType (),
- AST_Array (),
- be_decl (),
- be_type ()
-{
-}
-
be_array::be_array (UTL_ScopedName *n,
unsigned long ndims,
UTL_ExprList *dims,