summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2017-03-24 14:46:29 +0200
committerPanu Matilainen <pmatilai@redhat.com>2017-03-24 14:46:29 +0200
commit9dc0b6eb7334d461f3fc1756b75fc2395cd428d7 (patch)
tree1e2e3c54130c90b169915a829b5aade8271a4478
parent11323f335b54032a0fb7bf6c31b557bebc1f0432 (diff)
downloadrpm-9dc0b6eb7334d461f3fc1756b75fc2395cd428d7.tar.gz
Drop long since dead stubs.c
This hasn't been built since commit 41d0a9fd3e8615efbb333746dfd2ea1ad9e285e3 almost ten years ago, just maybe we can actually drop it too...
-rw-r--r--rpmio/stubs.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c
deleted file mode 100644
index 694306e47..000000000
--- a/rpmio/stubs.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * \file rpmio/stubs.c
- */
-
-/* XXX Portable shared libraries require rpmlib to contain these functions. */
-
-#include "system.h"
-
-#if !defined(HAVE_STPCPY)
-#include "misc/stpcpy.c"
-#endif
-
-#if !defined(HAVE_STPNCPY)
-#include "misc/stpncpy.c"
-#endif
-
-#include "misc/fnmatch.h"
-#include "misc/fnmatch.c"