summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wasm.h b/src/wasm.h
index a1761a430..a16dab478 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -98,12 +98,6 @@ struct Address {
Address& operator++() { ++addr; return *this; }
};
-// An offset into memory
-typedef int32_t Offset;
-
-// Types
-
-
// Operators
enum UnaryOp {