This is an archive of the discontinued LLVM Phabricator instance.

FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
ClosedPublic

Authored by dexonsmith on Aug 29 2019, 7:59 PM.

Details

Summary

Remove this dead code. We always close the file.

Diff Detail

Event Timeline

dexonsmith created this revision.Aug 29 2019, 7:59 PM
This revision is now accepted and ready to land.Aug 30 2019, 9:32 AM