This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove unused function
ClosedPublic

Authored by rogfer01 on Aug 16 2018, 2:33 AM.

Details

Summary

This function is not virtual, it is private and it is not called anywhere. No regression is introduced by removing it.

I think we can safely remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

rogfer01 created this revision.Aug 16 2018, 2:33 AM
asb accepted this revision.Aug 16 2018, 6:45 AM

Thanks, looks good to me. This function was rendered unused in rL330827.

This revision is now accepted and ready to land.Aug 16 2018, 6:45 AM

Thanks for the review @asb

This revision was automatically updated to reflect the committed changes.