Skip to content

Commit

Permalink
internal.h: remove stale declaration
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Oct 20, 2013
1 parent 291aead commit 52231de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 52231de

Please sign in to comment.