clang-tidy: remove redundant store operation

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-10-06 10:14:53 +00:00
committed by Compute-Runtime-Automation
parent 1808ebd0f9
commit 2cffaa7dbf

View File

@@ -728,7 +728,6 @@ TEST_F(KernelImmutableDataTests, givenKernelInitializedWithPrivateMemoryThenCont
ModuleType::User,
perHwThreadPrivateMemorySizeRequested,
mockKernelImmDataForModuleWithoutPrivateMemory.get());
result = ZE_RESULT_ERROR_MODULE_BUILD_FAILURE;
result = moduleWithoutPrivateMemory->initialize(&moduleDesc, device->getNEODevice());
EXPECT_EQ(result, ZE_RESULT_SUCCESS);