diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/deps.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 4c30ad2e..6a699bc2 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -369,10 +369,6 @@ int SYMEXPORT alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep) free(provname); } - char *depstring = alpm_dep_get_string(dep); - _alpm_log(PM_LOG_DEBUG, "alpm_depcmp %s-%s %s : %s\n", - pkgname, pkgversion, depstring, satisfy ? "match" : "no match"); - free(depstring); return(satisfy); } |