summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-09 08:22:01 +0200
committerNoel Grandin <noel@peralex.com>2016-02-09 09:43:52 +0200
commite6693def6456878b1bb80678204835d3135f107b (patch)
tree6af49ef90b8ced668d8119625b79b94374233866 /idl/inc
parentf2a26b7474eb77e74f056e1281a7f7df59bc341b (diff)
unused template method
Change-Id: I4a91f42d2b370ca15958d01057e5e2a48d0342b3
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/basobj.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index bcc3f0a70eba..a2aa82aa373c 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -100,10 +100,6 @@ public:
virtual bool Test( SvIdlDataBase &, SvTokenStream & rInStm );
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
};
-template<class T> bool checkSvMetaObject(const SvMetaObject* pObject)
-{
- return dynamic_cast<const T*>(pObject) != nullptr;
-}
class SvMetaObjectMemberStack
{