[llvm] 0385d12 - FileCheckImpl.h - remove unnecessary FileCheckDiag forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 05:44:45 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-24T13:27:57+01:00
New Revision: 0385d12c11fa35142802107f5eb52129d389a0c6

URL: https://github.com/llvm/llvm-project/commit/0385d12c11fa35142802107f5eb52129d389a0c6
DIFF: https://github.com/llvm/llvm-project/commit/0385d12c11fa35142802107f5eb52129d389a0c6.diff

LOG: FileCheckImpl.h - remove unnecessary FileCheckDiag forward declaration. NFC.

Added: 
    

Modified: 
    llvm/lib/Support/FileCheckImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/FileCheckImpl.h b/llvm/lib/Support/FileCheckImpl.h
index ac9fb2cc7702..8a7d58399aea 100644
--- a/llvm/lib/Support/FileCheckImpl.h
+++ b/llvm/lib/Support/FileCheckImpl.h
@@ -356,8 +356,6 @@ class NumericSubstitution : public Substitution {
 // 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.


        


More information about the llvm-commits mailing list