aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/target.hxx')
-rw-r--r--build2/bin/target.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/build2/bin/target.hxx b/build2/bin/target.hxx
index 12065bf..45229ce 100644
--- a/build2/bin/target.hxx
+++ b/build2/bin/target.hxx
@@ -277,18 +277,6 @@ namespace build2
virtual const target_type& dynamic_type () const {return static_type;}
};
-#if 0
- class libu: public libx
- {
- public:
- using libx::libx;
-
- public:
- static const target_type static_type;
- virtual const target_type& dynamic_type () const {return static_type;}
- };
-#endif
-
// The lib{} target group.
//
class liba: public file