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)
commit58439db4cc45a6f84a74ad73f873bd3c113eebf6
treede976410ac89897082db1e6022fac412ae0bb55d
parente499c9998bb42b792afb1acd3532fe975280c0fd
journal: drop unnecessary parameters of next_beyond_location()

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.
src/journal/sd-journal.c