summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-29 00:56:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-29 00:56:44 +0000
commitf9602ee3150a23899b2d5a822d025bbc95b4ac15 (patch)
treef44c16e35f2f8ce86306835e2f9971d5ac7e72b9 /win32
parenta19b53aeabbe0083ff826cc3beb0b90de5429922 (diff)
win32/win32.c: remove unnecessary declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 053b2aee54..854c6c9a4d 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -5280,7 +5280,6 @@ stati64_set_inode_handle(HANDLE h, struct stati64 *st)
}
#undef fstat
-extern int fstat(int, struct stat *);
/* License: Ruby's */
int
rb_w32_fstat(int fd, struct stat *st)