Skip to content

Commit

Permalink
[clang][Interp][NFC] Remove unneeded forward declaration
Browse files Browse the repository at this point in the history
We already import Record.h.
  • Loading branch information
tbaederr committed Mar 7, 2024
1 parent ea49e04 commit cfdfeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/AST/Interp/Program.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cfdfeb4

Please sign in to comment.