summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/legacy/config.php')
-rw-r--r--lib/private/legacy/config.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php
index 13ff0dbe040..7b711204256 100644
--- a/lib/private/legacy/config.php
+++ b/lib/private/legacy/config.php
@@ -23,14 +23,6 @@ class OC_Config {
public static $object;
/**
- * Returns the config instance
- * @return \OC\Config
- */
- public static function getObject() {
- return self::$object;
- }
-
- /**
* Lists all available config keys
* @return array an array of key names
*