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.pm31
1 files changed, 0 insertions, 31 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
deleted file mode 100644
index 43385a29..00000000
--- a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright (c) 2006, 2007 - OpenSLX GmbH
-#
-# This program is free software distributed under the GPL version 2.
-# See http://openslx.org/COPYING
-#
-# If you have any feedback please consult http://openslx.org/feedback and
-# send your suggestions, praise, or complaints to feedback@openslx.org
-#
-# General information about OpenSLX can be found at http://openslx.org/
-# -----------------------------------------------------------------------------
-# OSSetup/Distro/Any_Clone.pm
-# - provides generic clone-only overrides of the OSSetup Distro API.
-# -----------------------------------------------------------------------------
-package OpenSLX::OSSetup::Distro::Any_Clone;
-
-use strict;
-use warnings;
-
-use base qw(OpenSLX::OSSetup::Distro::Base);
-
-################################################################################
-### interface methods
-################################################################################
-sub new
-{
- my $class = shift;
- my $self = {};
- return bless $self, $class;
-}
-
-1; \ No newline at end of file