From ef3cd03876e039adc5c53400abac87e450df4389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Tue, 26 Jan 2016 09:33:35 +0100 Subject: [PATCH] MDL-52896 moodlelib: Remove APD support relic The support for Advanced PHP Debugger was dropped in Moodle 2.2 (MDL-29881). This seems to be a forgotten relic no longer used and needed in moodlelib. --- lib/moodlelib.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 813d94bb3c2..cbca2a39418 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -8924,15 +8924,6 @@ function get_performance_info() { return $info; } -/** - * Legacy function. - * - * @todo Document this function linux people - */ -function apd_get_profiling() { - return shell_exec('pprofp -u ' . ini_get('apd.dumpdir') . '/pprof.' . getmypid() . '.*'); -} - /** * Delete directory or only its content *