aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/file.ixx')
-rw-r--r--libbuild2/file.ixx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/file.ixx b/libbuild2/file.ixx
index 7c09d3d..4a9f411 100644
--- a/libbuild2/file.ixx
+++ b/libbuild2/file.ixx
@@ -80,7 +80,6 @@ namespace build2
inline const target*
import_existing (context& ctx, const prerequisite_key& pk)
{
- assert (ctx.phase == run_phase::match || ctx.phase == run_phase::execute);
return import (ctx, pk, false, nullopt, true, location ());
}
}