mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Remove unused code.
This commit is contained in:
parent
c3cbd10d69
commit
b84545c133
1 changed files with 0 additions and 10 deletions
|
@ -6,16 +6,6 @@
|
||||||
|
|
||||||
(enable-console-print!)
|
(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
|
;; --- Index Initialization Bechmark
|
||||||
|
|
||||||
(defn- bench-init-10000
|
(defn- bench-init-10000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue