From 2e5dcb53ce98f8422b093192be05deac37876be7 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 9 Jul 2012 08:38:19 +0000 Subject: * win32/win32.c (win95_stat): remove unnecessary macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index 584a24c0f0..2ef80404f2 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -4595,7 +4595,6 @@ winnt_stat(const WCHAR *path, struct stati64 *st) return 0; } -#define win95_stat(path, st) -1 /* License: Ruby's */ int -- cgit v1.2.3