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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user