aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/target.cxx')
-rw-r--r--build2/bin/target.cxx9
1 files changed, 0 insertions, 9 deletions
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<target*, optional<string>>
lib_factory (const target_type&,
dir_path d,