diff --git a/bin/rm b/bin/rm index 3954afde..6db83272 100755 --- a/bin/rm +++ b/bin/rm @@ -196,8 +196,6 @@ sub process_options { ); usage() unless $ret; - $opts{'R'} = 1 if $opts{'r'}; - $self->{options} = { map { defined $_ ? $_ : 0 } %opts }; $self->{files} = $self->{args};