Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Mar 14, 2020
1 parent 711eceb commit a4b3548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/basilisp/core.lpy
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,6 @@
(recur (inc ~idx))))
~ret))

;; (areduce arr idx ret 0 (+ ret (aget arr idx)))
(defmacro areduce
"Reduce the Python list `array` by `expr`, returning the reduced expression.
Expand Down

0 comments on commit a4b3548

Please sign in to comment.