[clang] Sema::CheckEquivalentExceptionSpec - remove useless nullptr test
We use castAs<> for NewProto/OldProto, which would assert if the cast failed.
Loading
Please sign in to comment
We use castAs<> for NewProto/OldProto, which would assert if the cast failed.