aboutsummaryrefslogtreecommitdiff
path: root/build2/target
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-14 09:56:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-14 14:53:51 +0200
commit8a7b3bb944ca08d240fc778a9269c6db0f9746f8 (patch)
tree750e1ae74d9fdd3989871f92b71df4b0feb3b3f1 /build2/target
parentcc2b346d96bc2877efc9719507ceaa4fefbc9668 (diff)
Modify library mate-information protocol not to use lib{} group
Diffstat (limited to 'build2/target')
-rw-r--r--build2/target6
1 files changed, 0 insertions, 6 deletions
diff --git a/build2/target b/build2/target
index 90709db..27d6947 100644
--- a/build2/target
+++ b/build2/target
@@ -245,12 +245,6 @@ namespace build2
public:
using action_type = build2::action;
- // Reset the target before matching it to a rule. The default
- // implementation clears the auxilary data and prerequisite_targets.
- //
- virtual void
- reset (action_type);
-
// You should not call this function directly; rather use
// resolve_group_members() from <build2/algorithm>.
//