[C++20][Modules] Remove an empty statement [NFC].
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 11 Apr 2022 07:56:50 +0000 (08:56 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 11 Apr 2022 09:06:23 +0000 (10:06 +0100)
commit92fed06f800aa2d0fd29f9e3eac8323cba64b167
treec264471909d96a253ca122cf5e25ee20ee6de513
parentce410b910dbaf883c69bdcb9916e86dbf17f6e15
[C++20][Modules] Remove an empty statement [NFC].

This addresses a post commit review comment by removing an unused and empty
'else' (replaced with a comment).
clang/lib/Sema/SemaModule.cpp