This commit is contained in:
Todd Gamblin 2023-01-30 11:48:03 -08:00
parent 54087cf274
commit 7e8fb4b8d0
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -1122,7 +1122,6 @@ build_priority(Package, build_prio) :- attr("node", Package), not optimize_for_r
% roots have depth 0.
depth(Package, 0) :- attr("root", Package).
%depth(Package, D+1) :- depth(Dependent, D), depends_on(Dependent, Package), D < max_depth.
%parent_depth(Package, D) :-