Skip to content

Commit

Permalink
[clang] Remove unused forward declarations (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Nov 20, 2022
1 parent cd3091a commit 30f9eb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion clang/include/clang/Serialization/ModuleManager.h
Expand Up @@ -39,7 +39,6 @@ class FileManager;
class GlobalModuleIndex;
class HeaderSearch;
class InMemoryModuleCache;
class ModuleMap;
class PCHContainerReader;

namespace serialization {
Expand Down
1 change: 0 additions & 1 deletion clang/lib/AST/Interp/EvalEmitter.h
Expand Up @@ -23,7 +23,6 @@
#include "llvm/Support/Error.h"

namespace clang {
class FunctionDecl;
namespace interp {
class Context;
class Function;
Expand Down
1 change: 0 additions & 1 deletion clang/lib/CodeGen/CGHLSLRuntime.h
Expand Up @@ -37,7 +37,6 @@ class VarDecl;
class ParmVarDecl;
class HLSLBufferDecl;
class HLSLResourceBindingAttr;
class CallExpr;
class Type;
class DeclContext;

Expand Down

0 comments on commit 30f9eb1

Please sign in to comment.