]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap.primitives: remove counting "profiling"
authorJoe Groff <arcata@gmail.com>
Fri, 11 Nov 2011 00:04:42 +0000 (16:04 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 11 Nov 2011 00:04:42 +0000 (16:04 -0800)
core/bootstrap/primitives.factor

index 2f9b079e45b5f96d11db3f80d9fe28936c88e59b..fc9e3670c7924874ccaee7882410f7b897aa40cd 100755 (executable)
@@ -549,7 +549,6 @@ tuple
     { "retainstack-for" "threads.private" "primitive_retainstack_for" ( context -- array ) }
     { "dispatch-stats" "tools.dispatch.private" "primitive_dispatch_stats" ( -- stats ) }
     { "reset-dispatch-stats" "tools.dispatch.private" "primitive_reset_dispatch_stats" ( -- ) }
-    { "profiling" "tools.profiler.counting.private" "primitive_counting_profiler" ( ? -- ) }
     { "optimized?" "words" "primitive_optimized_p" ( word -- ? ) }
     { "word-code" "words" "primitive_word_code" ( word -- start end ) }
     { "(word)" "words.private" "primitive_word" ( name vocab hashcode -- word ) }