Remove deprecated WritableDatabase::flush() method
commit82569481a35b66635af393dfe8cf532d10710a01
authorOlly Betts <olly@survex.com>
Fri, 22 Sep 2017 06:43:37 +0000 (22 18:43 +1200)
committerOlly Betts <olly@survex.com>
Fri, 22 Sep 2017 06:43:37 +0000 (22 18:43 +1200)
treeaa2231482d5addd6c8a1664b8ccd4e5cbae499c1
parent9e5ae18fe6699205e7b0de0b9b1535238e5879b0
Remove deprecated WritableDatabase::flush() method

Use commit() instead, which was added in 1.1.0.
xapian-core/docs/deprecation.rst
xapian-core/include/xapian/database.h
xapian-core/tests/api_backend.cc