diff options
-rw-r--r-- | stack-core.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stack-core.el b/stack-core.el index 1094d11..45d7cb3 100644 --- a/stack-core.el +++ b/stack-core.el @@ -222,7 +222,6 @@ entire response as a complex alist." (stack-core-filter-data entry desired-tree)) data)) - (mapcar #'identity '(1 2 3)) (delq nil (mapcar (lambda (cons-cell) |