Remove all #if 0'd code.
[deliverable/binutils-gdb.git] / sim / igen / misc.h
index 808570a349de342fde94d685c03564fe97fbcbeb..76a29b6ce6dd338b913cb6d4f11d968342910961 100644 (file)
@@ -110,10 +110,6 @@ do { \
 
 #define ZALLOC(TYPE) ((TYPE*) zalloc (sizeof(TYPE)))
 #define NZALLOC(TYPE,N) ((TYPE*) zalloc (sizeof(TYPE) * (N)))
-#if 0
-#define STRDUP(STRING) (strcpy (zalloc (strlen (STRING) + 1), (STRING)))
-#define STRNDUP(STRING,LEN) (strncpy (zalloc ((LEN) + 1), (STRING), (LEN)))
-#endif
 
 extern void *zalloc (long size);
 
This page took 0.023093 seconds and 4 git commands to generate.