diff --git a/commands.rkt b/commands.rkt index 1cb4fc4..cd7d3f3 100644 --- a/commands.rkt +++ b/commands.rkt @@ -34,9 +34,6 @@ (cdr command))])) split-whitespace)) -(define parse-exclamation - (cmdparse "?")) - (define parse-at (cmdparse "?"))