Changeset 8fdab9e in mainline


Ignore:
Timestamp:
2019-02-01T22:21:51Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a37496
Parents:
d4f9a2a
Message:

Remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_ops.c

    rd4f9a2a r8fdab9e  
    6262#include "udf_osta.h"
    6363
    64 /** Mutex protecting the list of cached free nodes. */
    65 static FIBRIL_MUTEX_INITIALIZE(ffn_mutex);
    66 
    6764/** List of cached free nodes. */
    6865static LIST_INITIALIZE(ffn_list);
Note: See TracChangeset for help on using the changeset viewer.