浏览代码

remove uninitialized assign (#5033)

Joshua Batista 2 年之前
父节点
当前提交
a13a1745b4
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 "