Remove unused next-pod-id
This commit is contained in:
parent
350737a7e3
commit
8d1d19d331
1 changed files with 0 additions and 6 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue