aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/vector.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/coll/vector.lux')
-rw-r--r--stdlib/source/lux/data/coll/vector.lux1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/vector.lux b/stdlib/source/lux/data/coll/vector.lux
index b0ef6aa46..1c4a1dd9d 100644
--- a/stdlib/source/lux/data/coll/vector.lux
+++ b/stdlib/source/lux/data/coll/vector.lux
@@ -15,7 +15,6 @@
[compiler #+ with-gensyms]
(macro [ast]
["s" syntax #+ syntax: Syntax])
- [pipe]
))
## This implementation of vectors is based on Clojure's