summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-20 06:12:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-20 06:12:16 +0000
commit52231de9130b9ab8329870b6c6030349977e841d (patch)
treeb5faa99bc3ce02be3044081220799bdfe5cb1e1d /internal.h
parent291aead0b75192d0d9b77b169cc4ca25ee09570c (diff)
internal.h: remove stale declaration
* internal.h (rb_w32_init_file): no longer defined since r43362. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal.h b/internal.h
index b4c10af0ae..f207f0e3cc 100644
--- a/internal.h
+++ b/internal.h
@@ -421,11 +421,6 @@ NORETURN(void rb_sys_fail_path_in(const char *func_name, VALUE path));
# define rb_sys_fail_path(path) rb_sys_fail_str(path)
#endif
-#ifdef _WIN32
-/* file.c, win32/file.c */
-void rb_w32_init_file(void);
-#endif
-
/* gc.c */
void Init_heap(void);
void *ruby_mimmalloc(size_t size);