diff options
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-x | test/gen-wasm.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 4ecc5a5c..d0b6da74 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -69,8 +69,6 @@ NAMED_VALUES = { 'NAME_LOCALS': 2, # linking subsection codes - 'LINKING_STACK_POINTER': 1, - 'LINKING_DATA_SIZE': 3, 'LINKING_SEGMENT_INFO': 5, 'LINKING_INIT_FUNCTIONS': 6, 'LINKING_SYMBOL_TABLE': 8, |