Skip to content

Commit 1accc8e

Browse files
committed
Removed unused variable
1 parent 71865fc commit 1accc8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: CodeWars/src/UpsideDownNumbers/Solution1.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ int solve(int x, int y)
4444
++x;
4545
continue;
4646
}
47-
auto target{std::size(origDigitStore)};
4847
auto count{0};
4948
while (true)
5049
{

0 commit comments

Comments
 (0)