Remove alleged support for OS/2

In particular, remove the OS/2 GModule implementation (which AFAICT
was never actually built even on OS/2).

https://bugzilla.gnome.org/show_bug.cgi?id=710519
This commit is contained in:
Dan Winship
2013-10-19 13:03:46 -04:00
parent 6f7d8f6294
commit 57969f4b25
5 changed files with 0 additions and 151 deletions

View File

@@ -788,10 +788,6 @@ g_get_user_database_entry (void)
#endif /* !HAVE_PWD_H */
#ifdef __EMX__
/* change '\\' in %HOME% to '/' */
g_strdelimit (e.home_dir, "\\",'/');
#endif
if (!e.user_name)
e.user_name = g_strdup ("somebody");
if (!e.real_name)