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/bin/target.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build2/bin/target.cxx') diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx index caef8e0..ea0a1ac 100644 --- a/build2/bin/target.cxx +++ b/build2/bin/target.cxx @@ -201,15 +201,6 @@ namespace build2 // lib // - void lib:: - reset (action_type) - { - clear_data (); - - // Don't clear prerequisite_targets since it is "given" to our - // members to implement "library meta-information protocol". - } - static pair> lib_factory (const target_type&, dir_path d, -- cgit v1.1