diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:17:56 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:17:56 -0300 |
commit | bdab1de458317c2dc7074eb54cec908ca320272e (patch) | |
tree | 3aa253051eb3b21b8922b119547ba34b3aa746a3 /mysys/my_redel.c | |
parent | 13f7a1d2447c002adc36dd1bd51305edbc8e8636 (diff) | |
download | mariadb-git-bdab1de458317c2dc7074eb54cec908ca320272e.tar.gz |
WL#5486: Remove code for unsupported platforms
Remove Zortech specific code.
Diffstat (limited to 'mysys/my_redel.c')
-rw-r--r-- | mysys/my_redel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_redel.c b/mysys/my_redel.c index 515e5cab1eb..0ec329a608b 100644 --- a/mysys/my_redel.c +++ b/mysys/my_redel.c @@ -101,7 +101,6 @@ int my_copystat(const char *from, const char *to, int MyFlags) #endif /* !__WIN__ */ #ifndef VMS -#ifndef __ZTC__ if (MyFlags & MY_COPYTIME) { struct utimbuf timep; @@ -118,6 +117,5 @@ int my_copystat(const char *from, const char *to, int MyFlags) (void) utime((char*) to, time);/* Update last accessed and modified times */ } #endif -#endif return 0; } /* my_copystat */ |