Remove unused killme()
This commit is contained in:
parent
f0eea6f875
commit
244f440d97
4 changed files with 3 additions and 13 deletions
9
boot.php
9
boot.php
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue