forked from OSchip/llvm-project
[flang] Remove extra semicolon
Original-commit: flang-compiler/f18@c94327b56b Reviewed-on: https://github.com/flang-compiler/f18/pull/505
This commit is contained in:
parent
4f2c8fae65
commit
cedf98c165
|
@ -1418,7 +1418,7 @@ static bool ApplySpecificChecks(
|
|||
}
|
||||
}
|
||||
return ok;
|
||||
};
|
||||
}
|
||||
|
||||
// Probe the configured intrinsic procedure pattern tables in search of a
|
||||
// match for a given procedure reference.
|
||||
|
|
Loading…
Reference in New Issue