1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#5486: Remove code for unsupported platforms

Remove VMS specific code.
This commit is contained in:
Davi Arnaut
2010-07-15 08:26:38 -03:00
parent bdab1de458
commit 6420d6dc4a
14 changed files with 14 additions and 283 deletions

View File

@ -477,7 +477,7 @@ struct passwd *getpwuid(uid_t);
char* getlogin(void);
#endif
#if !defined(VMS) && !defined(__WIN__)
#if !defined(__WIN__)
void read_user_name(char *name)
{
@ -507,7 +507,7 @@ void read_user_name(char *name)
DBUG_VOID_RETURN;
}
#else /* If Windows || VMS */
#else /* If Windows */
void read_user_name(char *name)
{