{
enumerator_t *enumerator;
simaka_card_t *card;
- int tried = 0;
+ int tried DBG_UNUSED = 0;
this->lock->read_lock(this->lock);
enumerator = this->cards->create_enumerator(this->cards);
enumerator_t *enumerator;
simaka_card_t *card;
status_t status = NOT_FOUND;
- int tried = 0;
+ int tried DBG_UNUSED = 0;
this->lock->read_lock(this->lock);
enumerator = this->cards->create_enumerator(this->cards);
{
enumerator_t *enumerator;
simaka_provider_t *provider;
- int tried = 0;
+ int tried DBG_UNUSED = 0;
this->lock->read_lock(this->lock);
enumerator = this->providers->create_enumerator(this->providers);
{
enumerator_t *enumerator;
simaka_provider_t *provider;
- int tried = 0;
+ int tried DBG_UNUSED = 0;
this->lock->read_lock(this->lock);
enumerator = this->providers->create_enumerator(this->providers);