Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg: Remove an unused macro in pkg_solve.c
Mark Johnston committed 7 months ago
commit aebc6c4856b1b8e9823ec3018f1fb3e4e4dc1a2a
parent 9e4094a
1 file changed +0 -8
modified libpkg/pkg_solve.c
@@ -117,14 +117,6 @@ struct pkg_solve_impl_graph {
};

/*
-
 * Use XOR here to implement the following logic:
-
 * atom is true if it is installed and not inverted or
-
 * if it is not installed but inverted
-
 */
-
#define PKG_SOLVE_CHECK_ITEM(item)				\
-
	((item)->var->to_install ^ (item)->inverse)
-

-
/*
 * Utilities to convert jobs to SAT rule
 */