diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-25 12:11:14 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-02-25 12:11:14 +0100 |
commit | de44a2b2ab139e7219376ecfabd549ab17f716b5 (patch) | |
tree | 16637c62e5ac0c3b9a2de1f2fd012c0b3d205995 /lib/private | |
parent | f5b62267325415b307cf2d47b69d11d4337536e4 (diff) | |
download | nextcloud-server-de44a2b2ab139e7219376ecfabd549ab17f716b5.tar.gz nextcloud-server-de44a2b2ab139e7219376ecfabd549ab17f716b5.zip |
Remove unused and deprecated Code
Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/util.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index 8ffb9e35bad..68b248f0003 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -1287,16 +1287,6 @@ class OC_Util { } /** - * Checks if a secure random number generator is available - * - * @return true - * @deprecated Function will be removed in the future and does only return true. - */ - public static function secureRNGAvailable() { - return true; - } - - /** * Get URL content * @param string $url Url to get content * @deprecated Use \OC::$server->getHTTPHelper()->getUrlContent($url); |