Don't do a half-hearted recompilation check in compileOne
The isNothing maybe_old_linkable check predates 48bc81ad, which fixed #481 by requiring recompilation information to be passed in as an argument to compileOne. As a result, the check here is redundant: the client has already taken a look at the object file to see if it is available or not. Signed-off-by:Edward Z. Yang <ezyang@cs.stanford.edu> (cherry picked from commit af4d9980)
Please register or sign in to comment