From d36ee2b634f5e4feb63afc43bed45d338014e645 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 5 Jul 2001 16:11:37 +0000 Subject: [PATCH] cosmetic --- src/libCom/cxxTemplates/resourceLib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index a862f8974..5118ffd30 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -469,7 +469,6 @@ void resTable::splitBucket () // Run the destructors explicitly. Currently this destructor is a noop. // The Tornado II compiler and RedHat 6.2 will not compile ~tsSLList() but // since its a NOOP we can find an ugly workaround :-( - // # if ! defined (__GNUC__) || __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 92 ) for ( i = 0; i < oldTableSize; i++ ) { this->pTable[i].~tsSLList();