diff options
Diffstat (limited to 'option.h')
-rw-r--r-- | option.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ struct option_t { char short_opt; bool wants_arg; handler_t handler; - bool handled; }; class option_error : public error { |