This is an archive of the discontinued LLVM Phabricator instance.

[Frontend] Remove unused TemporaryFiles
ClosedPublic

Authored by krasimir on May 17 2017, 2:27 AM.

Details

Summary

OnDiskData.TemporaryFiles is filled only by ASTUnit::addTemporaryFile, which is
dead. Also these files are used nowhere in the frontend nor in libclang.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.May 17 2017, 2:27 AM
krasimir updated this revision to Diff 99263.May 17 2017, 2:31 AM
  • Remove unused method from the header file too
ilya-biryukov accepted this revision.May 17 2017, 7:48 AM
This revision is now accepted and ready to land.May 17 2017, 7:48 AM
bkramer accepted this revision.May 17 2017, 7:58 AM

Kill it :)

This revision was automatically updated to reflect the committed changes.