From 00ecff9f7858c1039089525ea5154d0a4e785860 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 20 Oct 2018 10:20:49 +0000 Subject: revert r65213 and r65215 as we didn't agree on the actual implementation yet git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 26f00bd..34217f7 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1846,9 +1846,4 @@ void rb_postponed_job_flush(rb_vm_t *vm); RUBY_SYMBOL_EXPORT_END -/* special values for ruby_vm_class_serial */ -#define RUBY_VM_CLASS_SERIAL_UNSET 0 /* Not cached yet. Fields in `is_entries` and `cc_entries` start from 0 due to ZALLOC_N. */ -#define RUBY_VM_CLASS_SERIAL_INVALID 1 /* Cache invalidated and never cached again. */ -#define RUBY_VM_CLASS_SERIAL_MIN_VALID_VALUE 2 /* Actual class serials are larger than this value. */ - #endif /* RUBY_VM_CORE_H */ -- cgit v1.1