summaryrefslogtreecommitdiff
path: root/sot/source/sdstor
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-24 05:33:40 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-24 05:33:40 +0100
commit323fd82da0738b126335d4458f8a38abb26fa722 (patch)
tree823cba947c87102b498ff00a3aa6bf2c1a48a419 /sot/source/sdstor
parent29b1914fad754ed94e61179f09aac50f1657f2e0 (diff)
unusedcode.easy: Remove SotFactory::TestInvariant()
Also CALL_TEST_INVARIANT is never used again.
Diffstat (limited to 'sot/source/sdstor')
-rw-r--r--sot/source/sdstor/storage.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 8b7cb30e449f..1006b7c1e5b1 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -67,14 +67,6 @@ TYPEINIT1(SotStorageStreamFactory,SotFactory);
SO2_IMPL_BASIC_CLASS1_DLL(SotStorageStream,SotStorageStreamFactory,SotObject,
SvGlobalName( 0xd7deb420, 0xf902, 0x11d0,
0xaa, 0xa1, 0x0, 0xa0, 0x24, 0x9d, 0x55, 0x90 ) )
-SO2_IMPL_INVARIANT(SotStorageStream)
-
-
-void SotStorageStream::TestMemberObjRef() {}
-
-#ifdef TEST_INVARIANT
-void SotStorageStream::TestMemberInvariant() {}
-#endif
/************************************************************************
|* SotStorageStream::SotStorageStream()
@@ -435,20 +427,6 @@ TYPEINIT1(SotStorageFactory,SotFactory);
SO2_IMPL_BASIC_CLASS1_DLL(SotStorage,SotStorageFactory,SotObject,
SvGlobalName( 0x980ce7e0, 0xf905, 0x11d0,
0xaa, 0xa1, 0x0, 0xa0, 0x24, 0x9d, 0x55, 0x90 ) )
-SO2_IMPL_INVARIANT(SotStorage)
-
-
-/************************************************************************
-|*
-|* SotStorage::Tes*()
-|*
-|* Beschreibung
-*************************************************************************/
-void SotStorage::TestMemberObjRef() {}
-
-#ifdef TEST_INVARIANT
-void SotStorage::TestMemberInvariant() {}
-#endif
/************************************************************************
|*