From 9fb82a97aa28e00a9a51506f11cc26906b358453 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 25 Feb 2020 16:03:07 +0100 Subject: [dnbd3] Remove unused code --- modules-available/dnbd3/inc/dnbd3.inc.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules-available/dnbd3/inc/dnbd3.inc.php b/modules-available/dnbd3/inc/dnbd3.inc.php index 82946aaa..2a6182da 100644 --- a/modules-available/dnbd3/inc/dnbd3.inc.php +++ b/modules-available/dnbd3/inc/dnbd3.inc.php @@ -13,7 +13,6 @@ class Dnbd3 { public static function setEnabled($bool) { Property::set(self::PROP_ENABLED, $bool ? 1 : 0); - return $task; } public static function hasNfsFallback() @@ -25,10 +24,5 @@ class Dnbd3 { { Property::set(self::PROP_NFS_FALLBACK, $bool ? 1 : 0); } - - public static function getLocalStatus() - { - - } - + } -- cgit v1.2.3-55-g7522