Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expressionsem: Remove redundant dependency to dmd.root.file (#15083)
FileManager.lookup will already attempt to read the file if it is not cached, and will insert it in the list of files if it manages to read it, so only the 'if (!readResult.success)' branch was reachable. This in turn allows us to remove expressionsem's dependency to dmd.root.file.
- Loading branch information