diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index d3ecab9ee48..2f96ae17074 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -4097,17 +4097,4 @@ function getCurrencySymbol($currency_code) return $currency_sign; } -if (! function_exists('getmypid')) -{ - /** - * Return PID - * - * @return void - */ - function getmypid() - { - return rand(1,32768); - } -} - ?>