Skip to content

Commit deb02eb

Browse files
committed
removing initialization
1 parent b85b876 commit deb02eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/include/clang/Basic/LangOptions.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,7 @@ class LangOptions : public LangOptionsBase {
549549
bool CheckNew = false;
550550

551551
/// The HLSL root signature version for dxil.
552-
/// This is kept at 1.1 to make it backwards compatible with DXC.
553-
llvm::dxbc::RootSignatureVersion HLSLRootSigVer =
554-
llvm::dxbc::RootSignatureVersion::V1_1;
552+
llvm::dxbc::RootSignatureVersion HLSLRootSigVer;
555553

556554
/// The HLSL root signature that will be used to overide the root signature
557555
/// used for the shader entry point.

0 commit comments

Comments
 (0)