diff options
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); |