aboutsummaryrefslogtreecommitdiff
path: root/build/test/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build/test/rule')
-rw-r--r--build/test/rule5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/test/rule b/build/test/rule
index 259b72b..17f32ce 100644
--- a/build/test/rule
+++ b/build/test/rule
@@ -15,8 +15,6 @@ namespace build
class rule: public build::rule
{
public:
- rule (operation_id o): test_id (o) {}
-
virtual match_result
match (action, target&, const std::string&) const;
@@ -25,9 +23,6 @@ namespace build
static target_state
perform_test (action, target&);
-
- private:
- operation_id test_id;
};
}
}