diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-04-28 20:05:07 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-04-28 20:05:07 +0300 |
commit | 04d0b1857ce2f15490938bb8608ecc0d6b6472f5 (patch) | |
tree | 4bc9130f8a6bd253162f2e9a6f674a4ad7071b0a /lib | |
parent | b22712816cff6ee572056cb55c5d256a33ae1778 (diff) | |
download | rpm-04d0b1857ce2f15490938bb8608ecc0d6b6472f5.tar.gz rpm-04d0b1857ce2f15490938bb8608ecc0d6b6472f5.tar.bz2 rpm-04d0b1857ce2f15490938bb8608ecc0d6b6472f5.zip |
Remove unused alloca_strdup() macro
Diffstat (limited to 'lib')
-rw-r--r-- | lib/package.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/package.c b/lib/package.c index 912107dc1..1bea015ba 100644 --- a/lib/package.c +++ b/lib/package.c @@ -20,8 +20,6 @@ #include "debug.h" -#define alloca_strdup(_s) strcpy(alloca(strlen(_s)+1), (_s)) - static int _print_pkts = 0; static const unsigned int nkeyids_max = 256; |