No need to store output length in VM.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-05 18:33:53 +02:00
parent 404f5a2688
commit 11ba0ce738
3 changed files with 13 additions and 52 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 nOutputLen; /* Total number of generated output */
ph7_output_consumer sVmConsumer; /* Registered output consumer callback */
int iAssertFlags; /* Assertion flags */
ph7_value sAssertCallback; /* Callback to call on failed assertions */