The Result variable is unused both in Sema::CheckARMBuiltinFunctionCall and Sema::CheckAArch64BuiltinFunctionCall, remove it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32014
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
Event TimelineThis revision is now accepted and ready to land.Apr 13 2017, 8:50 AM Closed by commit rL300572: Remove unused varible (authored by rnk). · Explain WhyApr 18 2017, 10:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 95602 cfe/trunk/lib/Sema/SemaChecking.cpp
|