chiark / gitweb /
journal: drop unnecessary parameters of next_beyond_location()
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 17 Dec 2014 14:37:52 +0000 (15:37 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 18 Dec 2014 11:44:16 +0000 (12:44 +0100)
offset is redundant, because the caller can rely on f->current_offset.
The object pointer the function saves in *ret is thrown away by the caller.


No differences found