mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
69541a156d
Removed mpz_gcd_pool function (299 lines) and its forward declaration to eliminate code duplication. mpz_gcd now uses heap allocation only. Pool support should be restored in future using unified approach. Co-authored-by: Claude <noreply@anthropic.com>