1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove an obsolete comment. No changes to code.

FossilOrigin-Name: 4135cb024456288d9c85aef5fb572dbb591527dd33d9a60ca5946b712c269941
This commit is contained in:
drh
2020-04-20 14:05:54 +00:00
parent 7a43100afb
commit 871f45441c
3 changed files with 7 additions and 11 deletions

View File

@@ -2910,10 +2910,6 @@ int sqlite3BtreeGetReserveNoMutex(Btree *p){
** Return the number of bytes of space at the end of every page that
** are intentually left unused. This is the "reserved" space that is
** sometimes used by extensions.
**
** If SQLITE_HAS_MUTEX is defined then the number returned is the
** greater of the current reserved space and the maximum requested
** reserve space.
*/
int sqlite3BtreeGetOptimalReserve(Btree *p){
int n;