aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/target
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/target')
-rw-r--r--build2/bin/target10
1 files changed, 0 insertions, 10 deletions
diff --git a/build2/bin/target b/build2/bin/target
index caf96f4..f3fe4fe 100644
--- a/build2/bin/target
+++ b/build2/bin/target
@@ -60,16 +60,6 @@ namespace build2
virtual const target_type& dynamic_type () const {return static_type;}
};
- class exe: public file
- {
- public:
- using file::file;
-
- public:
- static const target_type static_type;
- virtual const target_type& dynamic_type () const {return static_type;}
- };
-
// The lib{} target group.
//
class liba: public file