diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 11:37:07 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 11:37:07 -0800 |
commit | a1426be5a64e2aebd110512505c210b7a3f3415a (patch) | |
tree | 8c5be7aeb6998999e9202128ce98e572e7b6a40e | |
parent | 47f1f8a81450f2ff06ca08ec40bfd98c523d5adf (diff) | |
download | mu-a1426be5a64e2aebd110512505c210b7a3f3415a.tar.gz |
673
-rw-r--r-- | color-repl.mu | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/color-repl.mu b/color-repl.mu index dd63a08c..caf3f8eb 100644 --- a/color-repl.mu +++ b/color-repl.mu @@ -169,10 +169,6 @@ ($print-key-to-host c:character) (at-top-level?:boolean <- lesser-or-equal open-parens:integer 0:literal) (end-sexp?:boolean <- and at-top-level?:boolean not-empty?:boolean) - { begin - (break-if end-sexp?:boolean) - (continue-from next-key:continuation) - } (jump-if end-sexp?:boolean end:offset) (continue-from next-key:continuation) } |