Skip to content

Commit cfdfeb4

Browse files
committed
[clang][Interp][NFC] Remove unneeded forward declaration
We already import Record.h.
1 parent ea49e04 commit cfdfeb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/Interp/Program.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class VarDecl;
3434

3535
namespace interp {
3636
class Context;
37-
class Record;
3837

3938
/// The program contains and links the bytecode for all functions.
4039
class Program final {

0 commit comments

Comments
 (0)