]> gitweb.factorcode.org Git - factor.git/commitdiff
peg.debugger: removing unused error
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Jun 2023 02:56:19 +0000 (19:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Jun 2023 02:56:19 +0000 (19:56 -0700)
basis/peg/debugger/debugger.factor

index 5800d21a1c8a0161b4a1cb1b70c01e2f91a36133..f76d88cef36572bebff952c684be159a8bc898df 100644 (file)
@@ -11,8 +11,3 @@ M: parse-error error.
     ] [
         "\nGot '" write got>> write "'" print
     ] tri ;
-
-M: parse-failed error.
-    "The " write dup word>> pprint
-    " word could not parse the following input:" print nl
-    input>> . ;