aboutsummaryrefslogtreecommitdiff
path: root/build2/version/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-19 17:58:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-19 17:58:48 +0200
commit9ab2bd2130f19958fed39e919e26da9ae56fa1f9 (patch)
treeac7e400a17c87c396966a629c0f9c47a0b065def /build2/version/rule.hxx
parentbe6d2cec73b52bf9c1a06fa4a12e1cf591bfd65d (diff)
Clean up version module (remove doc_rule, tighten manifest target type)
Diffstat (limited to 'build2/version/rule.hxx')
-rw-r--r--build2/version/rule.hxx17
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