diff --git a/basis/db/types/types-docs.factor b/basis/db/types/types-docs.factor index ded13137af..9300a68f2e 100644 --- a/basis/db/types/types-docs.factor +++ b/basis/db/types/types-docs.factor @@ -139,12 +139,6 @@ HELP: find-primary-key { "obj" object } } { $description "" } ; -HELP: find-random-generator -{ $values - { "seq" sequence } - { "obj" object } } -{ $description "" } ; - HELP: generator-bind { $description "" } ; @@ -269,18 +263,6 @@ HELP: spec>tuple HELP: sql-spec { $description "" } ; -HELP: tuple>filled-slots -{ $values - { "tuple" null } - { "alist" "an array of key/value pairs" } } -{ $description "" } ; - -HELP: tuple>params -{ $values - { "specs" null } { "tuple" null } - { "obj" object } } -{ $description "" } ; - HELP: unknown-modifier { $description "" } ;