Skip to content

Commit 30f9eb1

Browse files
[clang] Remove unused forward declarations (NFC)
1 parent cd3091a commit 30f9eb1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

clang/include/clang/Serialization/ModuleManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class FileManager;
3939
class GlobalModuleIndex;
4040
class HeaderSearch;
4141
class InMemoryModuleCache;
42-
class ModuleMap;
4342
class PCHContainerReader;
4443

4544
namespace serialization {

clang/lib/AST/Interp/EvalEmitter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "llvm/Support/Error.h"
2424

2525
namespace clang {
26-
class FunctionDecl;
2726
namespace interp {
2827
class Context;
2928
class Function;

clang/lib/CodeGen/CGHLSLRuntime.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class VarDecl;
3737
class ParmVarDecl;
3838
class HLSLBufferDecl;
3939
class HLSLResourceBindingAttr;
40-
class CallExpr;
4140
class Type;
4241
class DeclContext;
4342

0 commit comments

Comments
 (0)