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:
parent
c3cbd10d69
commit
b84545c133
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue