summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-22 15:25:03 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-12-22 15:25:03 +0900
commit7898bc92258aff74d7600abe5dbdedff9b543cf0 (patch)
tree0cbcb9bb1a3b8bda50b82b463db49c6e4dc632d6 /include
parent15b81edd86a760331cb551b39882fab6fb9f4e37 (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.h1
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;