aboutsummaryrefslogtreecommitdiff
path: root/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'rule.h')
-rw-r--r--rule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rule.h b/rule.h
index d94abce..2a67368 100644
--- a/rule.h
+++ b/rule.h
@@ -44,7 +44,6 @@ class Rule {
vector<Value*> cmds;
Loc loc;
int cmd_lineno;
- bool is_default_target;
private:
void Error(const string& msg) {