]> gitweb.factorcode.org Git - factor.git/commitdiff
remove old word
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 9 Oct 2008 21:40:19 +0000 (16:40 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 9 Oct 2008 21:40:19 +0000 (16:40 -0500)
basis/db/db-docs.factor

index 7c84e6205ea50db55282739c51e001fc596697f5..52dc389fe64d592717419cc7198636596c66f3b5 100644 (file)
@@ -26,10 +26,6 @@ HELP: dispose-statements
 { $values { "assoc" assoc } }
 { $description "Disposes an associative list of statements." } ;
 
-HELP: db-dispose
-{ $values { "db" db } }
-{ $description "Disposes of all the statements stored in the " { $link db } " object." } ;
-
 HELP: statement
 { $description "A " { $snippet "statement" } " stores the information about a statemen, such as the SQL statement text, the in/out parameters, and type information." } ;