Remove some branches in walTryBeginRead() that were
commit6e8ae19d55958fb4ad480763e3aa5e37cc8121d3
authorD. Richard Hipp <drh@hwaci.com>
Mon, 13 Nov 2017 05:51:37 +0000 (13 05:51 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 13 Nov 2017 05:51:37 +0000 (13 05:51 +0000)
tree9d7a176752a18fd35d11ed75ce1501edb43f9519
parent916834ea9752752b615743a2bc98fb92e3bc85de
Remove some branches in walTryBeginRead() that were
added by check-in [ce5d13c2de] but became unreachable with the addition
of logic in check-in [18b26843] that enabled read-only clients to parse
the WAL file into a heap-memory WAL-index, thus guaranteeing that the
WAL-index header is always available.
src/wal.c