mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bd4f380178
Since presym is now always enabled, the @enable_presym flag, presym_enabled? method, and all conditional branches guarding presym-specific code paths are dead code. Remove them and simplify the affected build logic. Co-authored-by: Claude <noreply@anthropic.com>