Skip to content

Commit 843ac0b

Browse files
committed
Removed old comment.
1 parent 39bbce1 commit 843ac0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lib/Sema/TypeCheckStmt.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1921,8 +1921,6 @@ bool TypeChecker::typeCheckFunctionBodyUntil(FuncDecl *FD,
19211921
// The function returns void. We don't need an explicit return, no matter
19221922
// what the type of the expression is. Take the inserted return back out.
19231923
BS->setElement(0, E);
1924-
// Fall through to type-checking the body as if we were not a single
1925-
// expression function.
19261924
}
19271925
}
19281926

0 commit comments

Comments
 (0)