0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Remove unused code.

This commit is contained in:
Andrey Antukh 2016-06-11 19:59:39 +03:00
parent c3cbd10d69
commit b84545c133
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -6,16 +6,6 @@
(enable-console-print!)
;; --- Helpers
(defn generate-points
([n] (generate-points n 1))
([n step]
(into-array
(for [x (range 0 n step)
y (range 0 n step)]
#js [x y]))))
;; --- Index Initialization Bechmark
(defn- bench-init-10000