diff options
author | 卜部昌平 <[email protected]> | 2020-12-22 15:25:03 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2020-12-22 15:25:03 +0900 |
commit | 7898bc92258aff74d7600abe5dbdedff9b543cf0 (patch) | |
tree | 0cbcb9bb1a3b8bda50b82b463db49c6e4dc632d6 /include | |
parent | 15b81edd86a760331cb551b39882fab6fb9f4e37 (diff) |
rb_cCont: no longer exists
Deleted well over a decade ago in commit 977d66ec993b0f1892fb3e4cd8ac.
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/internal/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/internal/globals.h b/include/ruby/internal/globals.h index 3bfbeacd96..ddd731349e 100644 --- a/include/ruby/internal/globals.h +++ b/include/ruby/internal/globals.h @@ -47,7 +47,6 @@ RUBY_EXTERN VALUE rb_cObject; RUBY_EXTERN VALUE rb_cArray; RUBY_EXTERN VALUE rb_cBinding; RUBY_EXTERN VALUE rb_cClass; -RUBY_EXTERN VALUE rb_cCont; RUBY_EXTERN VALUE rb_cDir; RUBY_EXTERN VALUE rb_cEncoding; RUBY_EXTERN VALUE rb_cEnumerator; |