diff options
author | Colin Okay <okay@toyful.space> | 2022-03-11 10:33:19 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-11 10:33:19 -0600 |
commit | 6d706967f1de63de80c83766053e896ab4792420 (patch) | |
tree | 99e1ef623cced4d22e1d6947c3779f35e82158f2 /app/app.lisp | |
parent | 8f9b59690660f85aeae675989fe9fe6b1b830445 (diff) |
refactoring client functions
Diffstat (limited to 'app/app.lisp')
-rw-r--r-- | app/app.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.lisp b/app/app.lisp index 44a5f97..fea4aa3 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -285,7 +285,6 @@ than the users." (uiop:quit)) (#+sbcl sb-sys:interactive-interrupt #+ccl ccl:interrupt-signal-condition - #+ecl ext:interactive-interrupt () (format t "Aborted by User Interrupt.~%") (uiop:quit)))) |