summaryrefslogtreecommitdiff
path: root/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'option.h')
-rw-r--r--option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/option.h b/option.h
index 91838b99..e830e20b 100644
--- a/option.h
+++ b/option.h
@@ -14,7 +14,6 @@ struct option_t {
char short_opt;
bool wants_arg;
handler_t handler;
- bool handled;
};
class option_error : public error {