diff options
Diffstat (limited to 'mysys/my_redel.c')
-rw-r--r-- | mysys/my_redel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/my_redel.c b/mysys/my_redel.c index 6b0ceb85950..598a728393d 100644 --- a/mysys/my_redel.c +++ b/mysys/my_redel.c @@ -77,9 +77,6 @@ end: int my_copystat(const char *from, const char *to, int MyFlags) { struct stat statbuf; -#if !defined(__WIN__) && !defined(__NETWARE__) - int res; -#endif if (stat((char*) from, &statbuf)) { |