From 9ab2bd2130f19958fed39e919e26da9ae56fa1f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 May 2018 17:58:48 +0200 Subject: Clean up version module (remove doc_rule, tighten manifest target type) --- build2/version/rule.hxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'build2/version/rule.hxx') diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx index bf8d05f..01350cc 100644 --- a/build2/version/rule.hxx +++ b/build2/version/rule.hxx @@ -15,23 +15,6 @@ namespace build2 { namespace version { - // Generate a version file. - // - class doc_rule: public rule - { - public: - doc_rule () {} - - virtual bool - match (action, target&, const string&) const override; - - virtual recipe - apply (action, target&) const override; - - static target_state - perform_update (action, const target&); - }; - // Preprocess an .in file. // class in_rule: public rule -- cgit v1.1