summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_interface_header.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-24 15:08:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-24 15:08:02 +0000
commit9a4e8679f89188c4921561559c28d04e830e2843 (patch)
tree5e3be9cbc8c23e5d0ce886c914a37913bdcdf75b /TAO/TAO_IDL/fe/fe_interface_header.cpp
parent8a92ecf7c5e07a034a0dcb227328bc49ac3e33d5 (diff)
downloadATCD-9a4e8679f89188c4921561559c28d04e830e2843.tar.gz
ChangeLogTag: Fri Jan 24 09:04:28 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_interface_header.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_interface_header.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/TAO_IDL/fe/fe_interface_header.cpp b/TAO/TAO_IDL/fe/fe_interface_header.cpp
index 25e05f3110f..567f3174011 100644
--- a/TAO/TAO_IDL/fe/fe_interface_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_interface_header.cpp
@@ -264,27 +264,6 @@ FE_InterfaceHeader::FE_InterfaceHeader (UTL_ScopedName *n,
this->compile_inheritance (inherits,
I_FALSE);
}
-
- int abstract_parent_seen = 0;
-
- if (this->pd_n_inherits > 0)
- {
- AST_Interface *iface = 0;
-
- for (long i = 0; i < this->pd_n_inherits; ++i)
- {
- iface = this->pd_inherits[i];
-
- if (iface->is_abstract ())
- {
- abstract_parent_seen = 1;
- }
- else if (abstract_parent_seen == 1)
- {
- idl_global->err ()->abstract_expected (iface);
- }
- }
- }
}
FE_InterfaceHeader::~FE_InterfaceHeader (void)