chore: remove unused async-chan

pull/721/head
Tienson Qin 2020-11-22 17:36:56 +08:00
parent 82fe6e2108
commit 6a9dd1904b
1 changed files with 0 additions and 4 deletions

View File

@ -36,9 +36,6 @@
;; TODO: replace with LRUCache, only keep the latest 20 or 50 items?
(defonce query-state (atom {}))
; FIXME: Unused?
(defonce async-chan (atom nil))
;; (defn clear-store!
;; []
;; (p/let [_ (.clear localforage)
@ -2291,7 +2288,6 @@
(let [f (async/<! chan)]
(f))
(recur))
(reset! async-chan chan) ; FIXME: Unused?
chan))
(defonce blocks-count-cache (atom nil))