Remove reference to 32-bit systems. (#25971)
They are not supported anymore as of #25435.
This commit is contained in:
parent
a2fd1b9f6d
commit
1b34f691e5
|
@ -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`::
|
||||
|
||||
|
|
Loading…
Reference in New Issue