[flang][NFC] Remove redundant `;`

Sadly this has been causing gcc-10 builds to fail.
This commit is contained in:
Andrzej Warzynski 2020-10-06 08:45:53 +01:00
parent 3dffec03b0
commit 25692b7765
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
namespace clang {
class DiagnosticOptions;
class DiagnosticsEngine;
}; // namespace clang
} // namespace clang
using llvm::IntrusiveRefCntPtr;
using llvm::raw_ostream;