From 4f80993933a3feee68758c27c58e9cf5d84bf20e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 4 May 2010 23:38:52 -0500 Subject: Remove call to function logger It isn't really necessary here and it helps us get rid of some link pollution so we can have a slim vercmp binary. Signed-off-by: Dan McGee --- lib/libalpm/version.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libalpm/version.c') diff --git a/lib/libalpm/version.c b/lib/libalpm/version.c index 1c838f41..fb327df3 100644 --- a/lib/libalpm/version.c +++ b/lib/libalpm/version.c @@ -21,7 +21,6 @@ #include /* libalpm */ -#include "log.h" #include "util.h" /** Compare two version strings and determine which one is 'newer'. @@ -50,8 +49,6 @@ int SYMEXPORT alpm_pkg_vercmp(const char *a, const char *b) int isnum; int ret = 0; - ALPM_LOG_FUNC; - /* libalpm added code. ensure our strings are not null */ if(!a) { if(!b) return(0); -- cgit v1.2.3-54-g00ecf