diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-04 07:44:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-04 07:44:34 +0200 |
commit | 74c9269e1363e33e4b3223a029049a13e6595e7e (patch) | |
tree | 1d360d56c9f04e976e8ed5700fe0fde0a1dd420b /libbuild2/target.cxx | |
parent | 95da67852e7c837592a61fb44cd8acd325d16ba2 (diff) |
Redo group_prerequisites to use snapshots of prerequisites (GH issue #408)
It turns out both target and group prerequisites can be replaced during
dependency synthesis in more obscure cases.
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 65e18d3..b915b25 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -76,8 +76,6 @@ namespace build2 // target // - const target::prerequisites_type target::empty_prerequisites_; - target:: ~target () { |