From 9034f7c51ef6437ce9d4547ba5bde217b4740fb2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Apr 2022 11:10:53 +0200 Subject: Use target recipe for auxiliary data storage during match-apply In particular, we now have separate auxiliary data storage for inner and outer operations. --- libbuild2/target.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbuild2/target.cxx') diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 4f11b54..78bc5ac 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -79,7 +79,6 @@ namespace build2 target:: ~target () { - clear_data (); } const string& target:: -- cgit v1.1