From e6fb229534332396363f69bdb46081f45271bc53 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 24 Jul 2008 20:34:52 -0500 Subject: Remove unused strverscmp substitute Our internal vercmp function was the only user of this, and it no longer relies on it. Signed-off-by: Dan McGee --- lib/libalpm/util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libalpm/util.h') diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 6c7a05e9..a05a3e5e 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -73,9 +73,6 @@ int _alpm_lstat(const char *path, struct stat *buf); int _alpm_test_md5sum(const char *filepath, const char *md5sum); char *_alpm_archive_fgets(char *line, size_t size, struct archive *a); -#ifndef HAVE_STRVERSCMP -int strverscmp(const char *, const char *); -#endif #ifndef HAVE_STRSEP char *strsep(char **, const char *); #endif -- cgit v1.2.3-24-g4f1b