소스 검색

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 "