redundant store for sign counter

pull/6932/head
paul-szczepanek-arm 2018-04-09 15:11:26 +01:00
parent 637dcb9bc8
commit deeb0ea7e0
1 changed files with 0 additions and 6 deletions

View File

@ -255,10 +255,6 @@ public:
_oob_local_random[0] = 1;
}
sign_count_t get_next_sign_counter() {
return _local_sign_counter++;
}
////////////////////////////////////////////////////////////////////////////
// Helper functions
//
@ -482,8 +478,6 @@ private:
address_t _oob_temporary_key_creator_address; /**< device which generated and sent the TK */
oob_tk_t _oob_temporary_key; /**< used for legacy pairing */
sign_count_t _local_sign_counter;
pal::AuthenticationMask _default_authentication;
pal::KeyDistribution _default_key_distribution;