bootstrap.primitives: remove counting "profiling"

db4
Joe Groff 2011-11-10 16:04:42 -08:00
parent c31530caec
commit 3552ade9b1
1 changed files with 0 additions and 1 deletions

View File

@ -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 ) }