diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 10:46:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:38 +0200 |
commit | 37458b730b7f193a1a853b06ae68f19e53e1ad58 (patch) | |
tree | dd4afd8edce61cbbc891b0dc0a18e645128b88bd /idl/inc | |
parent | 98fa826a51a67d278c7c81f728c35753ffefe1b5 (diff) |
aBasicPostfix in SvMetaType is unused
Change-Id: Ic0c3fc2bb6664031eec649b36e2423a4d1b0ec6d
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 57d3ecf34fbd..f2c514fdea59 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -69,7 +69,6 @@ enum MetaTypeType { Method, Struct, Base, Enum, Class }; class SvMetaType : public SvMetaReference { - SvIdentifier aBasicPostfix; SvRefMemberList<SvMetaAttribute *>* pAttrList; MetaTypeType nType; bool bIsItem; @@ -86,8 +85,7 @@ protected: public: SvMetaType(); SvMetaType( const OString& rTypeName, - char cParserChar, - const OString& rBasicPostfix ); + char cParserChar ); virtual ~SvMetaType(); |