diff options
-rw-r--r-- | src/s2wasm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index 6ebc79cbd..48e9dac10 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -750,11 +750,6 @@ private: mustMatch(name.str); mustMatch(","); size_t seenSize = atoi(getStr().str); // TODO: optimize - -//for (int i = 0; i < expectedSize; i++) { -// std::cerr << " " << i << ": " << (unsigned char)(data[i]) << '\n'; -//} - assert(seenSize == raw->size()); while (nextStatic % align) nextStatic++; // assign the address, add to memory |