From: sandeep Date: Fri, 28 Jan 2000 22:57:01 +0000 (+0000) Subject: Fixed for build X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f4ae1348c3ec937bc78f7c64194dc768cce0838a;p=fw%2Fsdcc Fixed for build git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@36 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCChasht.c b/src/SDCChasht.c index 1bf0af52..df23760b 100644 --- a/src/SDCChasht.c +++ b/src/SDCChasht.c @@ -143,7 +143,6 @@ void hTabDeleteItem (hTab **htab, int key , htipp=&(htip->next); } - /* GC_free(htip); */ } (*htab)->nItems-- ;