Skip to content
Snippets Groups Projects
Commit 8614384d authored by ehuelsmann's avatar ehuelsmann
Browse files

Remove double "WARNING" in ABCL warning message.

parent fbefd4d6
No related branches found
No related tags found
No related merge requests found
...@@ -304,4 +304,4 @@ ...@@ -304,4 +304,4 @@
`(loop (catch 'fail (return (rcase ,@clauses)))))) `(loop (catch 'fail (return (rcase ,@clauses))))))
#+armedbear #+armedbear
(warn ";; WARNING: ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION; randomized testing disabled.") (warn "ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION; randomized testing disabled.")
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment