From 373bbbee95f1cf12d48e628181643dbe7c044777 Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 31 Jul 2006 20:13:12 +0000 Subject: [PATCH] Remove unused word --- library/tools/interpreter.factor | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/tools/interpreter.factor b/library/tools/interpreter.factor index 8f3d7134cc..2cde0abf44 100644 --- a/library/tools/interpreter.factor +++ b/library/tools/interpreter.factor @@ -90,11 +90,6 @@ SYMBOL: callframe-end : ( quot -- seq ) 0 over length 3array ; -: quot>cont ( quot -- continuation ) - >vector - - [ set-continuation-call ] keep ; - : catch-harness ( continuation -- quot ) [ [ c> 2array ] % , \ continue-with , ] [ ] make ;