[Sema] Remove an unused forward declaration (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 31 Jul 2022 22:17:00 +0000 (15:17 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 31 Jul 2022 22:17:00 +0000 (15:17 -0700)
clang/include/clang/Sema/RISCVIntrinsicManager.h

index 5051002..128858b 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_CLANG_SEMA_RISCVINTRINSICMANAGER_H
 
 namespace clang {
-class Sema;
 class LookupResult;
 class IdentifierInfo;
 class Preprocessor;