From 867dd47f9461df0caa2071d34edd202ccb7073ad Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Jun 2012 16:02:44 +0000 Subject: (Pkg_compare_pkg) minor cleanup --- URPM.xs | 3 --- 1 file changed, 3 deletions(-) diff --git a/URPM.xs b/URPM.xs index 8f24568..ecb97d2 100644 --- a/URPM.xs +++ b/URPM.xs @@ -1651,11 +1651,8 @@ Pkg_compare_pkg(lpkg, rpkg) if (eorarch) *eorarch = 0; rscore = rpmMachineScore(RPM_MACHTABLE_INSTARCH, rarch); if (lscore == 0) { if (rscore == 0) -#if 0 /* Nanar: TODO check this * hu ?? what is the goal of strcmp, some of arch are equivalent */ - compare = 0 -#endif compare = strcmp(larch, rarch); else compare = -1; -- cgit v1.2.1