remove redundant type attribute on latebound entity instance

This commit is contained in:
Thomas Krijnen
2016-05-03 11:24:26 +02:00
parent 60cf4ab757
commit c848a7dbe0
2 changed files with 30 additions and 32 deletions
-1
View File
@@ -34,7 +34,6 @@ namespace IfcParse {
// IfcLateBoundEntities are eliminated.
class IfcLateBoundEntity : public IfcUtil::IfcBaseEntity {
private:
IfcSchema::Type::Enum _type;
IfcWrite::IfcWritableEntity* writable_entity();
void invalid_argument(unsigned int i, const std::string& t);
public: