mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
Kill warning
This commit is contained in:
@@ -497,8 +497,6 @@ static char *php_session_encode(int *newlen PSLS_DC)
|
||||
|
||||
static void php_session_decode(const char *val, int vallen PSLS_DC)
|
||||
{
|
||||
PLS_FETCH();
|
||||
|
||||
php_session_track_init();
|
||||
if (PS(serializer)->decode(val, vallen PSLS_CC) == FAILURE) {
|
||||
php_session_destroy(PSLS_C);
|
||||
|
||||
Reference in New Issue
Block a user