From: Paul Eggert Date: Tue, 27 Aug 2019 07:46:21 +0000 (-0700) Subject: Remove useless code in eval X-Git-Tag: 4.2.91~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9609084f46f930258260e097d59d34789f4c32a;p=thirdparty%2Fmake.git 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’. --- diff --git a/src/read.c b/src/read.c index 76e9ed37..53fee223 100644 --- a/src/read.c +++ b/src/read.c @@ -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