aboutsummaryrefslogtreecommitdiff
path: root/stack-core.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-01 19:18:15 -0400
committerSean Allred <code@seanallred.com>2014-11-01 19:18:15 -0400
commited05bfa3f27043d00690323b991284442bda1b90 (patch)
tree28595a83450a7e3c75f4274a58a41f4474a7c06d /stack-core.el
parentd4bbee5d4e7d3cc11bc7cdf1101d50dfa63cf30b (diff)
Remove test cruft
Diffstat (limited to 'stack-core.el')
-rw-r--r--stack-core.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/stack-core.el b/stack-core.el
index b1657eb..1094d11 100644
--- a/stack-core.el
+++ b/stack-core.el
@@ -251,7 +251,5 @@ in a (deep structure))), `(item here)' would be returned.
(car tree)
(stack-core-filter-data--item-in-tree item (cdr tree))))))
-(stack-core-filter-data--item-in-tree 'a '(b (a 1 b c) c))
-
(provide 'stack-core)
;;; stack-core.el ends here