[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:
peter klausler 2019-06-19 12:37:49 -07:00
parent 4f2c8fae65
commit cedf98c165
1 changed files with 1 additions and 1 deletions

View File

@ -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.