unneeded variable removed

This commit is contained in:
Robin Müller 2021-02-28 14:38:01 +01:00
parent 828115a566
commit fb5a1b93fc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TEST_CASE("LocalDataSet" , "[LocDataSetTest]") {
REQUIRE(poolOwner->initializeHkManagerAfterTaskCreation()
== retval::CATCH_OK);
LocalPoolStaticTestDataSet localSet;
//const uint32_t setId = 0;
SECTION("BasicTest") {
{
PoolReadHelper readHelper(&localSet);