diff options
author | Dan McGee <dan@archlinux.org> | 2008-07-25 03:34:52 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-25 05:16:28 +0200 |
commit | e6fb229534332396363f69bdb46081f45271bc53 (patch) | |
tree | 935973641a94da283956f045913b8bb0d981e18c /lib/libalpm/util.h | |
parent | 5078ca580e102c0f87daee6bb82df1c0f0496bd3 (diff) | |
download | pacman-e6fb229534332396363f69bdb46081f45271bc53.tar.gz pacman-e6fb229534332396363f69bdb46081f45271bc53.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r-- | lib/libalpm/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |