diff options
Diffstat (limited to 'build2/version/rule.hxx')
-rw-r--r-- | build2/version/rule.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
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 |