summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-07-21 17:52:13 -0400
committerPaul Smith <psmith@gnu.org>2013-07-21 17:52:13 -0400
commitde9068a389bb4f9dbd952abafbd63d90af463320 (patch)
tree78ca3b513d6d7e662117fc824c40f2db2b521b85 /remake.c
parent5b231449e7ec28efb834ef929b20198a13d8d2d4 (diff)
downloadmake-de9068a389bb4f9dbd952abafbd63d90af463320.tar.gz
[Bug #39158] Source cleanups suggested by cppcheck utility.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 713acfda..138cdc68 100644
--- a/remake.c
+++ b/remake.c
@@ -1402,7 +1402,6 @@ f_mtime (struct file *file, int search)
started. So, turn off the intermediate bit so make doesn't
delete it, since it didn't create it. */
if (mtime != NONEXISTENT_MTIME && file->command_state == cs_not_started
- && file->command_state == cs_not_started
&& !file->tried_implicit && file->intermediate)
file->intermediate = 0;