summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_union_fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_union_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_union_fwd.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_union_fwd.cpp b/TAO/TAO_IDL/be/be_union_fwd.cpp
index ec2e1e0e539..316804de873 100644
--- a/TAO/TAO_IDL/be/be_union_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_union_fwd.cpp
@@ -13,23 +13,10 @@
*/
//=============================================================================
-
#include "be_union_fwd.h"
#include "be_visitor.h"
#include "ast_union.h"
-be_union_fwd::be_union_fwd (void)
- : COMMON_Base (),
- AST_Decl (),
- AST_Type (),
- AST_StructureFwd (),
- AST_UnionFwd (),
- be_decl (),
- be_type (),
- be_structure_fwd ()
-{
-}
-
be_union_fwd::be_union_fwd (AST_Union *dummy,
UTL_ScopedName *n)
: COMMON_Base (),