Explorar o código

remove uninitialized assign (#5033)

Joshua Batista %!s(int64=2) %!d(string=hai) anos
pai
achega
a13a1745b4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tools/clang/unittests/HLSLExec/ExecutionTest.cpp

+ 0 - 1
tools/clang/unittests/HLSLExec/ExecutionTest.cpp

@@ -11584,7 +11584,6 @@ TEST_F(ExecutionTest, IsNormalTest) {
   std::shared_ptr<st::ShaderOpSet> ShaderOpSet = std::make_shared<st::ShaderOpSet>();
   st::ParseShaderOpSetFromStream(pStream, ShaderOpSet.get());
   st::ShaderOp *pShaderOp = ShaderOpSet->GetShaderOp("IsNormal");
-  vector<st::ShaderOpRootValue> fallbackRootValues = pShaderOp->RootValues;
 
   D3D_SHADER_MODEL sm = D3D_SHADER_MODEL_6_0;
   LogCommentFmt(L"\r\nVerifying isNormal in shader "