summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/base.php b/lib/base.php
index 7db4ec4a8fa..7659148c140 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -339,16 +339,6 @@ class OC {
}
/**
- * check if the instance needs to perform an upgrade
- *
- * @return bool
- * @deprecated use \OCP\Util::needUpgrade() instead
- */
- public static function needUpgrade() {
- return \OCP\Util::needUpgrade();
- }
-
- /**
* Checks if the version requires an update and shows
* @param bool $showTemplate Whether an update screen should get shown
* @return bool|void