Skip to content

Commit fbad9fc

Browse files
[gardening] Remove unused variable
1 parent c13ffcd commit fbad9fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ bool swift::isPureCall(FullApplySite AI, SideEffectAnalysis *SEA) {
727727
return false;
728728
// Check if all parameters are constant.
729729
auto Args = AI.getArgumentsWithoutIndirectResults();
730-
bool allArgsConstant = true;
731730
for (auto Arg : Args) {
732731
if (!isConstantValue(Arg)) {
733732
return false;

0 commit comments

Comments
 (0)