/**
  * lpt_heap_replace - replace lprops in a category heap.
  * @c: UBIFS file-system description object
- * @old_lprops: LEB properties to replace
  * @new_lprops: LEB properties with which to replace
  * @cat: LEB category
  *
  * lprops.  This function does that.
  */
 static void lpt_heap_replace(struct ubifs_info *c,
-                            struct ubifs_lprops *old_lprops,
                             struct ubifs_lprops *new_lprops, int cat)
 {
        struct ubifs_lpt_heap *heap;
        case LPROPS_DIRTY:
        case LPROPS_DIRTY_IDX:
        case LPROPS_FREE:
-               lpt_heap_replace(c, old_lprops, new_lprops, cat);
+               lpt_heap_replace(c, new_lprops, cat);
                break;
        case LPROPS_UNCAT:
        case LPROPS_EMPTY: