Changeset 40e5d66 in mainline for uspace/lib/c/generic/ipc.c


Ignore:
Timestamp:
2017-11-23T21:20:56Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c0e1f5
Parents:
35f2bb1
Message:

Remove unused member of async_call_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ipc.c

    r35f2bb1 r40e5d66  
    6565                } msg;
    6666        } u;
    67        
    68         /** Fibril waiting for sending this call. */
    69         fid_t fid;
    7067} async_call_t;
    7168
Note: See TracChangeset for help on using the changeset viewer.