Skip to content

Commit 76a54cc

Browse files
committed
integration_tests: remove dead_code annotation on write_nv_index
Signed-off-by: Julien Gomes <julien@arista.com>
1 parent c369a6e commit 76a54cc

File tree

1 file changed

+0
-1
lines changed
  • tss-esapi/tests/integration_tests/common

1 file changed

+0
-1
lines changed

tss-esapi/tests/integration_tests/common/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ pub fn create_public_sealed_object() -> Public {
435435
.expect("Failed to create public structure.")
436436
}
437437

438-
#[allow(dead_code)]
439438
pub fn write_nv_index(context: &mut Context, nv_index: NvIndexTpmHandle) -> NvIndexHandle {
440439
// Create owner nv public.
441440
let owner_nv_index_attributes = NvIndexAttributesBuilder::new()

0 commit comments

Comments
 (0)