summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:26:38 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:26:38 -0300
commit6420d6dc4a819cf5304b69d9270da0fcdbfb60ba (patch)
tree7448b8d48b397207357910233d7213495e18b77d /libmysql/libmysql.c
parentbdab1de458317c2dc7074eb54cec908ca320272e (diff)
downloadmariadb-git-6420d6dc4a819cf5304b69d9270da0fcdbfb60ba.tar.gz
WL#5486: Remove code for unsupported platforms
Remove VMS specific code.
Diffstat (limited to 'libmysql/libmysql.c')
-rw-r--r--libmysql/libmysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 7af9c5a6525..e4f01dad88b 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -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)
{