From 0470973dfcd73c4a77ae5deefa7ce8f31c6d19ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Oct 2015 08:16:12 +0200 Subject: Remove stray comment --- bpkg/build.cxx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/bpkg/build.cxx b/bpkg/build.cxx index d8e3bfc..d8c66b4 100644 --- a/bpkg/build.cxx +++ b/bpkg/build.cxx @@ -133,11 +133,11 @@ namespace bpkg // prerequisites (and so on, recursively) in a map trying to satisfy // any dependency constraints. Specifically, during this step, we may // "upgrade" or "downgrade" a package that is already in a map as a - // result of another package depending on it and, for example requiring + // result of another package depending on it and, for example, requiring // a different version. One notable side-effect of this process is that // we may end up with a lot more packages in the map than we will have - // on the list. This is because some of the prerequisites of upgraded - // or downgraded packages may no longer need to be built. + // on the list. This is because some of the prerequisites of "upgraded" + // or "downgraded" packages may no longer need to be built. // // Note also that we don't try to do exhaustive constraint satisfaction // (i.e., there is no backtracking). Specifically, if we have two @@ -171,15 +171,6 @@ namespace bpkg vector constraints; }; - // Now that we have collected all the package versions that we need - // to build, arrange them in the "dependency order", that is, with - // every package on the list only possibly depending on the ones - // after it. Iterate over the names we have collected on the previous - // step in reverse so that when we iterate over the packages (also in - // reverse), things will be built as close as possible to the order - // specified by the user (it may still get altered if there are - // dependencies between the specified packages). - // struct satisfied_packages { using list_type = list>; -- cgit v1.1