From 0061ba8debb86e15cf89dbbaa017bf7d1423a101 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 26 Mar 2015 09:52:29 +0100 Subject: [PATCH] Remove useless #if (thanks to Henrik Pauli for pointing this). --- console/linphonec.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/console/linphonec.c b/console/linphonec.c index 4840a621f..9fa4f4a9a 100644 --- a/console/linphonec.c +++ b/console/linphonec.c @@ -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); /*