This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove unused method declaration
ClosedPublic

Authored by alexander-shaposhnikov on Nov 9 2017, 5:39 PM.

Details

Summary

FindCompleteObjCDefinitionType is not used anywhere (don't confuse it with FindCompleteObjCDefinitionTypeForDIE which is called in many places, of course), and even there is no implementation of it, only a declaration, thus it can be safely removed.
Test plan: make check-lldb

Diff Detail

Repository
rL LLVM

Event Timeline

labath accepted this revision.Nov 10 2017, 1:36 AM
This revision is now accepted and ready to land.Nov 10 2017, 1:36 AM
This revision was automatically updated to reflect the committed changes.