Remove unused next-pod-id

This commit is contained in:
Wes Morgan 2022-03-18 15:49:16 -06:00
parent 350737a7e3
commit 8d1d19d331
No known key found for this signature in database
GPG key ID: 5639E4CBFA17DC84

View file

@ -263,12 +263,6 @@
(swap! pods dissoc pod-id)
nil))
(def next-pod-id
(let [counter (atom 0)]
(fn []
(let [[o _] (swap-vals! counter inc)]
o))))
(def bytes->symbol
(comp symbol bytes->string))