]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler: fix docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 22 Jan 2010 11:46:04 +0000 (00:46 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 22 Jan 2010 11:46:04 +0000 (00:46 +1300)
basis/compiler/compiler-docs.factor

index 42d4edcc109b2a2fe1fac1436d5aef69e965e374..5ee0e265e432df13630e15d1293eb0ccd19d3ac4 100644 (file)
@@ -56,10 +56,6 @@ $nl
 
 ABOUT: "compiler"
 
-HELP: decompile
-{ $values { "word" word } }
-{ $description "Removes a word's optimized definition. The word will be compiled with the non-optimizing compiler until recompiled with the optimizing compiler again." } ;
-
 HELP: compile-word
 { $values { "word" word } }
 { $description "Compile a single word." }