summaryrefslogtreecommitdiff
path: root/include/private/gcconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/gcconfig.h')
-rw-r--r--include/private/gcconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h
index 4e2d843e..839f0ef1 100644
--- a/include/private/gcconfig.h
+++ b/include/private/gcconfig.h
@@ -2384,7 +2384,6 @@ EXTERN_C_BEGIN
/* native support of memory mapping. Use sbrk() instead. */
# undef USE_MMAP
# undef USE_MUNMAP
- /* The real page size in WebAssembly is 64 KB. */
# if defined(GC_THREADS) && !defined(CPPCHECK)
# error No threads support yet
# endif
@@ -2403,8 +2402,6 @@ EXTERN_C_BEGIN
# endif
# undef USE_MMAP /* similar to Emscripten */
# undef USE_MUNMAP
- /* The real page size in WebAssembly is 64 KB. */
-# define GETPAGESIZE() 65536
# if defined(GC_THREADS) && !defined(CPPCHECK)
# error No threads support yet
# endif