branch: externals/dash
commit 40849a7538732d43a866d3a84400620c1edc8253
Author: Matus Goljer <[email protected]>
Commit: Matus Goljer <[email protected]>
[-let] Remove stale comment
---
dash.el | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dash.el b/dash.el
index cb84710..f32423f 100644
--- a/dash.el
+++ b/dash.el
@@ -1319,9 +1319,6 @@ is discarded."
(push (cond
((and (symbolp m)
(eq m '&rest))
- ;; the reversing here is necessary, because we reverse
- ;; `re' in the end. That would then incorrectly
- ;; reorder sub-expression matches
(prog1 (dash--match
(aref match-form (1+ i))
`(dash--vector-tail ,source ,i))