diff options
author | yui-knk <[email protected]> | 2024-04-01 14:33:17 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-02 19:37:27 +0900 |
commit | e816ab0b0ce97a49cc1a642c3fb6f78c9e838f97 (patch) | |
tree | b2ef3903699b63d34fbc74d20216c658b4bf2875 /internal/ruby_parser.h | |
parent | e651395210b39123b6c404e455d9ff1f95d919bb (diff) |
Remove `rb_imemo_tmpbuf_t` from parser
No parser semantic value types are `VALUE` then no need to
use imemo for managing semantic value stack anymore.
Diffstat (limited to 'internal/ruby_parser.h')
-rw-r--r-- | internal/ruby_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ruby_parser.h b/internal/ruby_parser.h index 1c59851f0d..6a2dcab5ca 100644 --- a/internal/ruby_parser.h +++ b/internal/ruby_parser.h @@ -5,7 +5,6 @@ #include "internal/bignum.h" #include "internal/compilers.h" #include "internal/complex.h" -#include "internal/imemo.h" #include "internal/rational.h" #include "rubyparser.h" #include "vm.h" |