diff options
Diffstat (limited to 'src/mixed_arena.h')
-rw-r--r-- | src/mixed_arena.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/mixed_arena.h b/src/mixed_arena.h index 83a8c6f52..82464d51e 100644 --- a/src/mixed_arena.h +++ b/src/mixed_arena.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef mixed_arena_h -#define mixed_arena_h +#ifndef wasm_mixed_arena_h +#define wasm_mixed_arena_h #include <vector> @@ -56,15 +56,4 @@ struct MixedArena { extern MixedArena globalAllocator; -#ifdef __wasm_h__ -namespace wasm { - -class AllocatingModule : public Module { -public: - MixedArena allocator; -}; - -} -#endif - -#endif // mixed_arena_h +#endif // wasm_mixed_arena_h |