1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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 79dcc17d49
commit 9f3aa51ba1
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)
{