summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGHLSLRuntime.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-11-20 14:32:17 -0800
committerKazu Hirata <kazu@google.com>2022-11-20 14:32:17 -0800
commit30f9eb1eb81cb3cac9016da1fb79e2ff80f766d6 (patch)
tree284f208d64bad39c3328297e581f3ddbd6c9239c /clang/lib/CodeGen/CGHLSLRuntime.h
parentcd3091a88f7c55c90d9b5fff372ce1cdfc71948d (diff)
downloadllvm-30f9eb1eb81cb3cac9016da1fb79e2ff80f766d6.tar.gz
[clang] Remove unused forward declarations (NFC)
Diffstat (limited to 'clang/lib/CodeGen/CGHLSLRuntime.h')
-rw-r--r--clang/lib/CodeGen/CGHLSLRuntime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGHLSLRuntime.h b/clang/lib/CodeGen/CGHLSLRuntime.h
index 976f925ed1c8..5cc2c89da0f8 100644
--- a/clang/lib/CodeGen/CGHLSLRuntime.h
+++ b/clang/lib/CodeGen/CGHLSLRuntime.h
@@ -37,7 +37,6 @@ class VarDecl;
class ParmVarDecl;
class HLSLBufferDecl;
class HLSLResourceBindingAttr;
-class CallExpr;
class Type;
class DeclContext;