mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
remove unused variable
This commit is contained in:
parent
aa5e34d79e
commit
bc5686f5d2
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ static void ps_files_open(ps_files *data, const char *key)
|
|||
static int ps_files_write(ps_files *data, zend_string *key, zend_string *val)
|
||||
{
|
||||
zend_long n;
|
||||
zend_stat_t sbuf;
|
||||
|
||||
/* PS(id) may be changed by calling session_regenerate_id().
|
||||
Re-initialization should be tried here. ps_files_open() checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue