diff options
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index fb6c72a..6c3374e 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -272,8 +272,7 @@ namespace build execute_direct (a, g); r = g.group_members (a); - assert (r.members != nullptr); // What "next step" did the group expect? - return r; + return r; // Might still be unresolved. } void |