diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-20 09:43:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-26 13:29:24 +0200 |
commit | f264a2e81ef9ce80c302757c5900b55d9140af2b (patch) | |
tree | a45de123f3741d2def02fbf304c0b67f32a69874 /libbuild2/target.ixx | |
parent | 4d34633cfbd3936cb4d20545b48a031ba011db4c (diff) |
WIP: drag options up the stack
Diffstat (limited to 'libbuild2/target.ixx')
-rw-r--r-- | libbuild2/target.ixx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/target.ixx b/libbuild2/target.ixx index 8873b7b..03cf444 100644 --- a/libbuild2/target.ixx +++ b/libbuild2/target.ixx @@ -138,7 +138,6 @@ namespace build2 inline void match_extra:: reinit (bool f) { - //assert (locked); clear_data (); fallback = f; cur_options = all_options; |