Skip to content

Commit

Permalink
Remove unused test vars
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Enache <[email protected]>
  • Loading branch information
alexandruenache1111 committed Jan 10, 2025
1 parent 254ebfc commit c98167d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/intel_npu/tests/unit/npu/metadata_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ TEST_P(MetadataVersionTestFixture, writeAndReadInvalidMetadataVersion) {
ASSERT_FALSE(dummyMeta.is_compatible());
}

constexpr uint16_t currentMajor = MetadataBase::get_major(CURRENT_METADATA_VERSION),
currentMinor = MetadataBase::get_minor(CURRENT_METADATA_VERSION);

const std::vector badMetadataVersions = {
MetadataBase::make_version(CURRENT_METADATA_MAJOR_VERSION, CURRENT_METADATA_MINOR_VERSION - 1),
MetadataBase::make_version(CURRENT_METADATA_MAJOR_VERSION + 1, CURRENT_METADATA_MINOR_VERSION),
Expand Down

0 comments on commit c98167d

Please sign in to comment.