Remove unused alloca_strdup() define
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 12:50:43 +0000 (15:50 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 12:50:43 +0000 (15:50 +0300)
lib/legacy.c

index bfd83d9..7a95f91 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "debug.h"
 
-#define alloca_strdup(_s)      strcpy(alloca(strlen(_s)+1), (_s))
-
 int _noDirTokens = 0;
 
 static int dncmp(const void * a, const void * b)