mirror of
https://github.com/mirror/make.git
synced 2024-12-29 14:30:42 +08:00
Remove useless code in eval
* src/read.c (eval): Remove useless code. Without this patch, Oracle Studio 12.6 complains ‘"src/read.c", line 1405: warning: loop not entered at top’.
This commit is contained in:
parent
8d820d57f6
commit
a9609084f4
@ -1395,14 +1395,7 @@ eval (struct ebuffer *ebuf, int set_default)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
/* We get here except in the case that we just read a rule line.
|
||||
Record now the last rule we read, so following spurious
|
||||
commands are properly diagnosed. */
|
||||
record_waiting_files ();
|
||||
}
|
||||
|
||||
#undef word1eq
|
||||
|
Loading…
Reference in New Issue
Block a user