charon-tkm: Drop unneeded nonceg get_id function

This commit is contained in:
Reto Buerki
2015-05-04 18:07:51 +02:00
committed by Tobias Brunner
parent 5460098cce
commit a8ca50e635
3 changed files with 0 additions and 16 deletions
-1
View File
@@ -27,7 +27,6 @@ START_TEST(test_nonceg_creation)
ng = tkm_nonceg_create();
fail_if(ng == NULL, "Error creating tkm nonce generator");
fail_if(ng->get_id(ng) == 0, "Invalid context id (0)");
ng->nonce_gen.destroy(&ng->nonce_gen);
}