Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Remove dead code in discardObjects. From Honglei Junan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliusz Chroboczek committed Jan 12, 2011
1 parent 6f35035 commit 580ac1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion object.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ discardObjects(int all, int force)
dispose_chunk(object->chunks[j].data);
object->chunks[j].data = NULL;
object->chunks[j].size = 0;
i++;
}
}
object = object->previous;
Expand Down

0 comments on commit 580ac1e

Please sign in to comment.