Changeset 12bdc942 in mainline


Ignore:
Timestamp:
2009-09-25T11:32:00Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e37308, 3a8faba
Parents:
073f550
Message:

Remove dead code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r073f550 r12bdc942  
    796796                                return EOK;
    797797                        }
    798                         rc = block_put(b);
    799                         /* expect EOK as b was not dirty */
    800                         assert(rc == EOK);
    801                         fibril_mutex_unlock(&nodep->idx->lock);
    802                         *has_children = true;
    803                         return EOK;
    804798                }
    805799                rc = block_put(b);
Note: See TracChangeset for help on using the changeset viewer.