aboutsummaryrefslogtreecommitdiff
path: root/build2/target
diff options
context:
space:
mode:
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>.
//