[clang] cfdfeb4 - [clang][Interp][NFC] Remove unneeded forward declaration

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 09:55:24 PST 2024


Author: Timm Bäder
Date: 2024-03-07T18:55:09+01:00
New Revision: cfdfeb440cb2e25d1537616118a6c5509d96f2ba

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

LOG: [clang][Interp][NFC] Remove unneeded forward declaration

We already import Record.h.

Added: 
    

Modified: 
    clang/lib/AST/Interp/Program.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Program.h b/clang/lib/AST/Interp/Program.h
index 045bf7ab7745b1..50bdb575e805cf 100644
--- a/clang/lib/AST/Interp/Program.h
+++ b/clang/lib/AST/Interp/Program.h
@@ -34,7 +34,6 @@ class VarDecl;
 
 namespace interp {
 class Context;
-class Record;
 
 /// The program contains and links the bytecode for all functions.
 class Program final {


        


More information about the cfe-commits mailing list