summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-29 15:50:43 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-29 15:50:43 +0300
commit4bb802d6aedef83a0d356d522e107697fed1c369 (patch)
tree0d800c5d1de3775fc282f673085a64fd526ea432 /lib
parent010706ecbd4bdabc954fd9f4499a99772b92fea7 (diff)
downloadrpm-4bb802d6aedef83a0d356d522e107697fed1c369.tar.gz
rpm-4bb802d6aedef83a0d356d522e107697fed1c369.tar.bz2
rpm-4bb802d6aedef83a0d356d522e107697fed1c369.zip
Remove unused alloca_strdup() define
Diffstat (limited to 'lib')
-rw-r--r--lib/legacy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/legacy.c b/lib/legacy.c
index bfd83d9c3..7a95f914a 100644
--- a/lib/legacy.c
+++ b/lib/legacy.c
@@ -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)