From be9f1f89da83e00a1a659a61288aac28df8805b8 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 9 Sep 2008 17:30:00 -0500 Subject: [PATCH] remove bad docs --- basis/db/types/types-docs.factor | 18 ------------------ 1 file changed, 18 deletions(-) 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 "" } ;