FileCheckImpl.h - remove unnecessary FileCheckDiag forward declaration. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 24 Apr 2020 11:49:12 +0000 (12:49 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 24 Apr 2020 12:27:57 +0000 (13:27 +0100)
llvm/lib/Support/FileCheckImpl.h

index ac9fb2c..8a7d583 100644 (file)
@@ -356,8 +356,6 @@ public:
 // Pattern handling code.
 //===----------------------------------------------------------------------===//
 
-struct FileCheckDiag;
-
 /// Class holding the Pattern global state, shared by all patterns: tables
 /// holding values of variables and whether they are defined or not at any
 /// given time in the matching process.