(fish_set_env): remove uneeded function call.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2019-07-28 09:43:32 +03:00
parent 596a6edc56
commit 500e49b50a
1 changed files with 0 additions and 1 deletions

View File

@ -452,7 +452,6 @@ fish_set_env (int flags)
GString *tmp;
tmp = g_string_sized_new (250);
g_string_assign (tmp, "");
if ((flags & FISH_HAVE_HEAD) != 0)
g_string_append (tmp, "FISH_HAVE_HEAD=1 export FISH_HAVE_HEAD; ");