From 8a7b3bb944ca08d240fc778a9269c6db0f9746f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Feb 2017 09:56:42 +0200 Subject: Modify library mate-information protocol not to use lib{} group --- build2/target.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build2/target.cxx') diff --git a/build2/target.cxx b/build2/target.cxx index 5389ec9..9f5d94b 100644 --- a/build2/target.cxx +++ b/build2/target.cxx @@ -131,13 +131,6 @@ namespace build2 dependents = 0; //@@ MT: either relax or use as match flag? } - void target:: - reset (action_type) - { - clear_data (); - prerequisite_targets.clear (); - } - group_view target:: group_members (action_type) { -- cgit v1.1