mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
(fish_set_env): remove uneeded function call.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
596a6edc56
commit
500e49b50a
@ -452,7 +452,6 @@ fish_set_env (int flags)
|
|||||||
GString *tmp;
|
GString *tmp;
|
||||||
|
|
||||||
tmp = g_string_sized_new (250);
|
tmp = g_string_sized_new (250);
|
||||||
g_string_assign (tmp, "");
|
|
||||||
|
|
||||||
if ((flags & FISH_HAVE_HEAD) != 0)
|
if ((flags & FISH_HAVE_HEAD) != 0)
|
||||||
g_string_append (tmp, "FISH_HAVE_HEAD=1 export FISH_HAVE_HEAD; ");
|
g_string_append (tmp, "FISH_HAVE_HEAD=1 export FISH_HAVE_HEAD; ");
|
||||||
|
Loading…
Reference in New Issue
Block a user