0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

Remove unused alias to uuid generation.

This commit is contained in:
Andrey Antukh 2017-02-28 18:26:02 +01:00
parent 1782d34d4a
commit 9238a76156
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -22,11 +22,7 @@
[v] [v]
(= zero v)) (= zero v))
(defn v4 (defn random
"Generate a v4 (random) UUID." "Generate a v4 (random) UUID."
[] []
(uuid (impl/v4))) (uuid (impl/v4)))
(def random
"Alias for `uxbox.util.uuid/v4`."
v4)