File tree Expand file tree Collapse file tree
linux-sgx/enclave-sample/App Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -796,12 +796,7 @@ main(int argc, char *argv[])
796796 /* Destroy runtime environment */
797797 destroy_runtime ();
798798
799- #if WASM_ENABLE_SPEC_TEST != 0
800- (void )ret;
801- return 0 ;
802- #else
803799 return ret;
804- #endif
805800}
806801
807802int
Original file line number Diff line number Diff line change @@ -696,10 +696,5 @@ main(int argc, char *argv[])
696696 /* destroy runtime environment */
697697 wasm_runtime_destroy ();
698698
699- #if WASM_ENABLE_SPEC_TEST != 0
700- (void )ret ;
701- return 0 ;
702- #else
703699 return ret ;
704- #endif
705700}
Original file line number Diff line number Diff line change @@ -496,10 +496,5 @@ main(int argc, char *argv[])
496496 /* destroy runtime environment */
497497 wasm_runtime_destroy ();
498498
499- #if WASM_ENABLE_SPEC_TEST != 0
500- (void )ret ;
501- return 0 ;
502- #else
503499 return ret ;
504- #endif
505500}
You can’t perform that action at this time.
0 commit comments