8000 Fix unreachable code (#146262) · pytorch/pytorch@02fd486 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02fd486

Browse files
lancelotndpytorchmergebot
authored andcommitted
Fix unreachable code (#146262)
Fixes #146261 Removed unreachable code Pull Request resolved: #146262 Approved by: https://github.com/Skylion007
1 parent 5d55a65 commit 02fd486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aten/src/ATen/native/xnnpack/Linear.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ bool use_linear(
208208
ContextLinear::kMin,
209209
ContextLinear::kMax) &&
210210 internal::linear::usable(input);
211-
internal::linear::usable(input);
212211
}
213212

214213
Tensor linear(

0 commit comments

Comments
 (0)
0