There is no need for global working buffer in VM.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-31 23:34:35 +02:00
parent 67ce98d924
commit d9db6bbc26
2 changed files with 16 additions and 18 deletions

View File

@@ -1217,7 +1217,6 @@ struct ph7_vm {
SyHash hSuper; /* Superglobals hashtable */
SyHash hDBAL; /* DBAL installed drivers */
SyBlob sConsumer; /* Default VM consumer [i.e Redirect all VM output to this blob] */
SyBlob sWorker; /* General purpose working buffer */
SyBlob sArgv; /* $argv[] collector [refer to the [getopt()] implementation for more information] */
SySet aModules; /* Set of loaded modules */
SySet aFiles; /* Stack of processed files */