summaryrefslogtreecommitdiff
path: root/soltools/ldump/hashtbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/ldump/hashtbl.cxx')
-rw-r--r--soltools/ldump/hashtbl.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/soltools/ldump/hashtbl.cxx b/soltools/ldump/hashtbl.cxx
index 40b153d84d58..712357f3a7fe 100644
--- a/soltools/ldump/hashtbl.cxx
+++ b/soltools/ldump/hashtbl.cxx
@@ -101,19 +101,6 @@ HashTable::~HashTable()
// Problem: Virtuelle Funktionen sind im Destructor nicht virtuell!!
// Der Code muß deshalb ins Macro
- /*
- if (m_bOwner)
- {
- for (ULONG i=0; i<GetSize(); i++)
- {
- void *pObject = GetObjectAt(i);
-
- if (pObject != NULL)
- OnDeleteObject(pObject());
- }
- }
- */
-
// Speicher für HashItems freigeben
delete [] m_pData;
}