mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unnecessary internal/gc.h include in hash.c
hash.c compiles just fine on HASH_DEBUG without including internal/gc.h.
This commit is contained in:
parent
e15f1a71ad
commit
23000e7123
1 changed files with 0 additions and 4 deletions
4
hash.c
4
hash.c
|
@ -71,10 +71,6 @@
|
|||
#define HASH_DEBUG 0
|
||||
#endif
|
||||
|
||||
#if HASH_DEBUG
|
||||
#include "internal/gc.h"
|
||||
#endif
|
||||
|
||||
#define SET_DEFAULT(hash, ifnone) ( \
|
||||
FL_UNSET_RAW(hash, RHASH_PROC_DEFAULT), \
|
||||
RHASH_SET_IFNONE(hash, ifnone))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue