Merge branch 'MDL-52896-master-apd' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-02-09 12:08:40 +01:00
commit d9b3898e5d

View File

@ -8970,15 +8970,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
*