1
0
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:
Sascha Schumann
2000-09-19 17:46:23 +00:00
parent e07e19f271
commit 51498e1d3f
-2
View File
@@ -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);