From 00f7b5de0ba9481a65bb1183adc6442f62b1633d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Jul 2019 14:29:38 +0200 Subject: Remove dead code (libu{}) --- build2/bin/target.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'build2/bin/target.hxx') 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 -- cgit v1.1