Skip to content
Snippets Groups Projects
Commit 76da28a9 authored by pfdietz's avatar pfdietz
Browse files

Removed bad assertion from PRUNE-RESULTS.

parent 26bb00af
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,6 @@
(return form)))))
(defun prune-results (result-list)
(assert result-list)
(loop for result in result-list
collect
(let ((form (getf result :form))
......
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