diff -r 81e138275860 -r 18444049848b lemon/arg_parser.cc --- a/lemon/arg_parser.cc Thu Jan 24 17:25:31 2008 +0000 +++ b/lemon/arg_parser.cc Sun Mar 16 01:39:19 2008 +0100 @@ -69,7 +69,6 @@ p.help=help; p.type=INTEGER; p.mandatory=obl; - p.self_delete=true; _opts[name]=p; return *this; } @@ -99,9 +98,6 @@ p.type=BOOL; p.mandatory=obl; _opts[name]=p; - - value = false; - return *this; }