Changeset bdb23c63 in mainline for uspace/lib/usbdev/src/pipes.c


Ignore:
Timestamp:
2011-12-14T14:12:44Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22ecbde
Parents:
cbd568b
Message:

libusbdev: Remove unused mutex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipes.c

    rcbd568b rbdb23c63  
    311311        assert(connection);
    312312
    313         fibril_mutex_initialize(&pipe->guard);
    314313        pipe->wire = connection;
    315314        pipe->endpoint_no = endpoint_no;
Note: See TracChangeset for help on using the changeset viewer.