summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Any_Clone.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Any_Clone.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
index 0433b9a4..9f3f54cc 100644
--- a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
@@ -19,14 +19,12 @@ use warnings;
use base qw(OpenSLX::OSSetup::Distro::Base);
################################################################################
-### implementation
+### interface methods
################################################################################
sub new
{
my $class = shift;
- my $self = {
- 'base-name' => 'any-clone',
- };
+ my $self = {};
return bless $self, $class;
}