* support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free...
[fw/sdcc] / src / SDCCglobl.h
index c9061a9c4f636e375f255bd6bd99296a0fff8d7c..76fbbf7e4c94a0afc7802ce8abc323a24a84be2b 100644 (file)
@@ -281,11 +281,6 @@ FILE *tempfile (void);
 char *
 tempfilename (void);
 
-/** Creates a duplicate of the string 'sz' a'la strdup but using
-    libgc.
-*/
-char *gc_strdup (const char *sz);
-
 /** An assert() macro that will go out through sdcc's error
     system.
 */