1
0
Fork 0

Remove unused killme()

This commit is contained in:
Philipp Holzer 2020-01-04 23:43:13 +01:00
commit 244f440d97
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 3 additions and 13 deletions

View file

@ -234,15 +234,6 @@ if (!defined('CURLE_OPERATION_TIMEDOUT')) {
define('CURLE_OPERATION_TIMEDOUT', CURLE_OPERATION_TIMEOUTED);
}
/**
* @brief Used to end the current process, after saving session state.
* @deprecated
*/
function killme()
{
exit();
}
/**
* @brief Returns the user id of locally logged in user or false.
*