Remove useless #if (thanks to Henrik Pauli for pointing this).

This commit is contained in:
Ghislain MARY 2015-03-26 09:52:29 +01:00
parent ef2ce842c7
commit 0061ba8deb

View file

@ -1330,11 +1330,7 @@ handle_configfile_migration()
char *old_cfg_gui;
char *old_cfg_cli;
char *new_cfg;
#if !defined(_WIN32_WCE)
const char *home = getenv("HOME");
#else
const char *home = ".";
#endif /*_WIN32_WCE*/
new_cfg = ms_strdup_printf("%s/.linphonerc", home);
/*