From 6d706967f1de63de80c83766053e896ab4792420 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 11 Mar 2022 10:33:19 -0600 Subject: refactoring client functions --- app/app.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'app/app.lisp') 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)))) -- cgit v1.2.3