mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
hush: remove superfluous assignment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8bc7f2c5aa
commit
3b3ccdc5bc
@ -6986,7 +6986,7 @@ static int FAST_FUNC builtin_cd(char **argv)
|
|||||||
static int FAST_FUNC builtin_exec(char **argv)
|
static int FAST_FUNC builtin_exec(char **argv)
|
||||||
{
|
{
|
||||||
static const char pseudo_null_str[] = { SPECIAL_VAR_SYMBOL, SPECIAL_VAR_SYMBOL, '\0' };
|
static const char pseudo_null_str[] = { SPECIAL_VAR_SYMBOL, SPECIAL_VAR_SYMBOL, '\0' };
|
||||||
char **pp = argv;
|
char **pp;
|
||||||
#if !BB_MMU
|
#if !BB_MMU
|
||||||
nommu_save_t dummy;
|
nommu_save_t dummy;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user