diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/diskdrake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 4d831de6b..285557781 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -47,9 +47,6 @@ while (my $e = shift @l) { } } -$::expert = exists $options{expert}; delete $options{expert}; -$::testing = exists $options{testing}; delete $options{testing}; - my @types = qw(hd nfs smb dav removable fileshare); my ($type, $para) = ('hd', ''); foreach (@types) { |