Remove reference to 32-bit systems. (#25971)

They are not supported anymore as of #25435.
This commit is contained in:
Adrien Grand 2017-07-31 09:55:09 +02:00 committed by GitHub
parent a2fd1b9f6d
commit 1b34f691e5
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ The following sections lists all the different storage types supported.
`fs`::
Default file system implementation. This will pick the best implementation
depending on the operating environment: `simplefs` on Windows 32bit, `niofs`
on other 32bit systems and `mmapfs` on 64bit systems.
depending on the operating environment, which is currently `mmapfs` on all
supported systems but is subject to change.
[[simplefs]]`simplefs`::