glib: fix build

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2012-05-22 20:38:52 +02:00
parent 481191f118
commit 9217309a5c

View File

@ -194,9 +194,6 @@ g_environ_unsetenv_internal (gchar **envp,
}
*f = NULL;
if (free_value_and_realloc)
return g_renew (gchar *, envp, envc + 1);
else
return envp;
}