diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2025-12-08 22:08:04 -0500 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2025-12-10 16:35:00 -0500 |
| commit | 96c804de1f6a495c339f85069a648d37dadfbc80 (patch) | |
| tree | b84fc6656dcc895b26d8a8111421f084d8c8d09b | |
| parent | c8909030974772b4f19742bac55875e32674d27f (diff) | |
ZJIT: Remove unused includes from zjit.c
| -rw-r--r-- | zjit.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -23,14 +23,6 @@ #include "ruby/debug.h" #include "internal/cont.h" -// For mmapp(), sysconf() -#ifndef _WIN32 -#include <unistd.h> -#include <sys/mman.h> -#endif - -#include <errno.h> - // This build config impacts the pointer tagging scheme and we only want to // support one scheme for simplicity. STATIC_ASSERT(pointer_tagging_scheme, USE_FLONUM); |
