mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Remove unused alias to uuid generation.
This commit is contained in:
parent
1782d34d4a
commit
9238a76156
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@
|
|||
[v]
|
||||
(= zero v))
|
||||
|
||||
(defn v4
|
||||
(defn random
|
||||
"Generate a v4 (random) UUID."
|
||||
[]
|
||||
(uuid (impl/v4)))
|
||||
|
||||
(def random
|
||||
"Alias for `uxbox.util.uuid/v4`."
|
||||
v4)
|
||||
|
|
Loading…
Reference in a new issue