From ce6dcb5159e612a7876643544ad6339f49dd6a9d Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 4 May 2005 19:28:56 +0000 Subject: - fixed a small memory leak - made strverscmp implementation static --- lib/libalpm/rpmvercmp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libalpm/rpmvercmp.h') 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: */ -- cgit v1.2.3