mirror: remove docs about legacy extract options (#1612)

Summary:
The `options` argument was introduced during the EAV table refactor and
dropped once that was complete, so we can remove the docs.

Test Plan:
None.

wchargin-branch: mirror-extract-no-options
This commit is contained in:
William Chargin 2020-02-03 18:39:35 -08:00 committed by GitHub
parent ba9cc43a39
commit 115740e7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1631,10 +1631,6 @@ export class Mirror {
* error will be thrown. Furthermore, all transitive dependencies of
* the object must have been at least partially loaded at some point,
* or an error will be thrown.
*
* The `options` argument to `extract` has no stability guarantees and
* may be removed or changed at any time. For information about its
* semantics, read the current source code.
*/
extract(rootId: Schema.ObjectId): mixed {
const db = this._db;