This is an archive of the discontinued LLVM Phabricator instance.

remove unused method ResetOutputFileHandle()
ClosedPublic

Authored by lawrence_danna on Sep 24 2019, 6:06 PM.

Details

Summary

ResetOutputFileHandle() isn't being used by anything. Also it's using
FILE*, which is something we should be doing less of. Remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

lawrence_danna created this revision.Sep 24 2019, 6:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 6:06 PM
JDevlieghere accepted this revision.Sep 24 2019, 6:23 PM
This revision is now accepted and ready to land.Sep 24 2019, 6:23 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 6:29 PM