diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 13:34:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 13:34:39 +0200 |
commit | 216cf2acb664e8d7f8a47857a942adba43d0fec2 (patch) | |
tree | f4f52483ad859ed21ba289f56f1c28811be378de /rpmio | |
parent | 05dcdf44d03d6a953d1e5aa15de3269a582ff9f2 (diff) | |
download | rpm-216cf2acb664e8d7f8a47857a942adba43d0fec2.tar.gz rpm-216cf2acb664e8d7f8a47857a942adba43d0fec2.tar.bz2 rpm-216cf2acb664e8d7f8a47857a942adba43d0fec2.zip |
Remove unneeded strdup() replacement in misc/
- rpmio's own version is always there and portable, this is not needed
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/stubs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c index 520c83269..68d6426c6 100644 --- a/rpmio/stubs.c +++ b/rpmio/stubs.c @@ -42,10 +42,6 @@ #include "misc/stpncpy.c" #endif -#if !defined(HAVE_STRSPN) -#include "misc/strdup.c" -#endif - #if defined(USE_GNU_GLOB) #include "misc/fnmatch.h" #include "misc/fnmatch.c" |