Make BufferedFile::read() of block return void
commit6ebabd7b14e2dce5e64fd6073ad6a05331ff8c95
authorOlly Betts <olly@survex.com>
Sun, 11 Feb 2018 22:54:41 +0000 (12 11:54 +1300)
committerOlly Betts <olly@survex.com>
Sun, 11 Feb 2018 22:54:41 +0000 (12 11:54 +1300)
tree6c88e699d08bde9d7dfd56280e3ec9927e170e43
parent22e88e38304c8ac8c904a188b5f57ebb8ca59c15
Make BufferedFile::read() of block return void

Previously it returned bool but it throws an exception on failure
so the return value was always true.
xapian-core/backends/honey/honey_cursor.cc
xapian-core/backends/honey/honey_table.cc
xapian-core/backends/honey/honey_table.h