Code that has been #if0'd with the comment "WHY" since revision 1.1 can

disappear.
This commit is contained in:
Juli Mallett 2002-10-02 16:06:39 +00:00
parent 0b6a3508ac
commit 03f3a2a645
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104375

View file

@ -232,15 +232,8 @@ Make_OODate (gn)
DEBUGF(MAKE, (":: operator and no sources..."));
}
oodate = TRUE;
} else {
#if 0
/* WHY? */
DEBUGF(MAKE, ("source %smade...", gn->childMade ? "" : "not "));
oodate = gn->childMade;
#else
} else
oodate = FALSE;
#endif /* 0 */
}
/*
* If the target isn't out-of-date, the parents need to know its