This is an archive of the discontinued LLVM Phabricator instance.

Remove unused varible
ClosedPublic

Authored by chenwj on Apr 13 2017, 7:43 AM.

Details

Summary

The Result variable is unused both in Sema::CheckARMBuiltinFunctionCall and Sema::CheckAArch64BuiltinFunctionCall, remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

chenwj created this revision.Apr 13 2017, 7:43 AM
rnk accepted this revision.Apr 13 2017, 8:50 AM

Looks good

This revision is now accepted and ready to land.Apr 13 2017, 8:50 AM

I don't have commit access, need someone's help. :-)

This revision was automatically updated to reflect the committed changes.