summaryrefslogtreecommitdiff
path: root/mysys/my_redel.c
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:17:56 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:17:56 -0300
commitbdab1de458317c2dc7074eb54cec908ca320272e (patch)
tree3aa253051eb3b21b8922b119547ba34b3aa746a3 /mysys/my_redel.c
parent13f7a1d2447c002adc36dd1bd51305edbc8e8636 (diff)
downloadmariadb-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.c2
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 */