hust: trivial simplification in builtin_type
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
e640cb4ad1
commit
171932d7ca
@ -6762,10 +6762,8 @@ static int builtin_type(char **argv)
|
|||||||
int ret = EXIT_SUCCESS;
|
int ret = EXIT_SUCCESS;
|
||||||
|
|
||||||
while (*++argv) {
|
while (*++argv) {
|
||||||
char *path;
|
|
||||||
const char *type;
|
const char *type;
|
||||||
|
char *path = NULL;
|
||||||
type = path = NULL;
|
|
||||||
|
|
||||||
if (0) {} /* make conditional compile easier below */
|
if (0) {} /* make conditional compile easier below */
|
||||||
/*else if (find_alias(*argv))
|
/*else if (find_alias(*argv))
|
||||||
|
Loading…
Reference in New Issue
Block a user