From 74c9269e1363e33e4b3223a029049a13e6595e7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Nov 2024 07:44:34 +0200 Subject: 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. --- libbuild2/target.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbuild2/target.cxx') 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 () { -- cgit v1.1