chiark / gitweb /
journal-file.c: remove redundant assignment of variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 17 Dec 2013 19:15:45 +0000 (20:15 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 17 Dec 2013 19:55:20 +0000 (20:55 +0100)
commit0d647f7f73fa17074a1df81e2bdd00877554e436
tree4a1f45c0e6dae043e368f19d52d766b6ad2ea20c
parentc966ef4a7678c4040884a5e644132660e72cd6d9
journal-file.c: remove redundant assignment of variable

we also do 'last_index = (uint64_t) -1;' at the end of the while
loop so there is no reason to also do it here.
src/journal/journal-file.c