summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/rpmvercmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/rpmvercmp.h')
-rw-r--r--lib/libalpm/rpmvercmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/rpmvercmp.h b/lib/libalpm/rpmvercmp.h
index c42c0fc7..e88d5c97 100644
--- a/lib/libalpm/rpmvercmp.h
+++ b/lib/libalpm/rpmvercmp.h
@@ -23,10 +23,6 @@
int rpmvercmp(const char *a, const char *b);
-#ifndef HAVE_STRVERSCMP
-int strverscmp(const char *s1, const char *s2);
-#endif
-
#endif
/* vim: set ts=2 sw=2 noet: */