summaryrefslogtreecommitdiff
path: root/internal/inits.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/inits.h')
-rw-r--r--internal/inits.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/inits.h b/internal/inits.h
index 680c9cc1a5..03de289dd4 100644
--- a/internal/inits.h
+++ b/internal/inits.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_INITS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_INITS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@@ -20,9 +19,6 @@ void Init_ext(void);
/* file.c */
void Init_File(void);
-/* gc.c */
-void Init_heap(void);
-
/* localeinit.c */
int Init_enc_set_filesystem_encoding(void);