mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
WL#5486: Remove code for unsupported platforms
Remove Zortech specific code.
This commit is contained in:
parent
13f7a1d244
commit
bdab1de458
4 changed files with 1 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
@ -117,7 +116,6 @@ int my_copystat(const char *from, const char *to, int MyFlags)
|
|||
time[1]= statbuf.st_mtime;
|
||||
(void) utime((char*) to, time);/* Update last accessed and modified times */
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
return 0;
|
||||
} /* my_copystat */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue