Skip to content

Commit f39f9f3

Browse files
committed
Fix unused variable
1 parent e963dfb commit f39f9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-tests/mixed-overview-of-as-casts.cpp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct ThrowingConstruction {
2323
main: () = {
2424
print_header();
2525
{ // nonesuch
26-
i := 42;
26+
// i := 42;
2727
print("(i as A) is (nonesuch)", "N/A", "N/A", "static assert - tested in separate tests");
2828
}
2929
{// smaller to bigger, bigger to smaller

0 commit comments

Comments
 (0)