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 ;