remove ceph code
[stor4nfv.git] / src / ceph / src / ceph-detect-init / ceph_detect_init / arch / __init__.py
diff --git a/src/ceph/src/ceph-detect-init/ceph_detect_init/arch/__init__.py b/src/ceph/src/ceph-detect-init/ceph_detect_init/arch/__init__.py
deleted file mode 100644 (file)
index 425ce50..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-distro = None
-release = None
-codename = None
-
-
-def choose_init():
-    """Select a init system
-
-    Returns the name of a init system (upstart, sysvinit ...).
-    """
-    return 'systemd'