Ignore:
Timestamp:
2011-09-07T10:20:11Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
933b0d7
Parents:
563d9d0a
Message:

libusbhost: remove unused cond. variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb_endpoint_manager.c

    r563d9d0a r7099861  
    144144        assert(instance);
    145145        fibril_mutex_initialize(&instance->guard);
    146         fibril_condvar_initialize(&instance->change);
    147146        instance->free_bw = available_bandwidth;
    148147        const bool ht =
     
    194193        instance->free_bw -= bw;
    195194        fibril_mutex_unlock(&instance->guard);
    196         fibril_condvar_broadcast(&instance->change);
    197195        return EOK;
    198196}
     
    221219
    222220        fibril_mutex_unlock(&instance->guard);
    223         fibril_condvar_broadcast(&instance->change);
    224221        return EOK;
    225222}
Note: See TracChangeset for help on using the changeset viewer.