No need to store unique ID in VM.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-05 18:24:34 +02:00
parent ae79cb57de
commit 404f5a2688
2 changed files with 4 additions and 6 deletions

View File

@@ -1233,7 +1233,6 @@ struct ph7_vm {
int nExceptDepth; /* Exception depth */
int closure_cnt; /* Loaded closures counter */
int json_rc; /* JSON return status [refer to json_encode()/json_decode()]*/
sxu32 unique_id; /* Random number used to generate unique ID [refer to uniqid() for more info]*/
sxu32 nOutputLen; /* Total number of generated output */
ph7_output_consumer sVmConsumer; /* Registered output consumer callback */
int iAssertFlags; /* Assertion flags */