This commit is contained in:
Dan Holmsand 2014-01-08 09:47:12 +01:00
parent 176f7b885c
commit 8a8779c736
1 changed files with 0 additions and 7 deletions

View File

@ -16,13 +16,6 @@
(when-not (or (nil? *ratom-context*))
(swap! *ratom-context* conj derefable)))
;; Have atoms make a note when they're dereferenced.
;; (extend-type Atom
;; IDeref
;; (-deref [this]
;; (notify-deref-watcher! this)
;; (.-state this)))
(deftype RAtom [state meta validator watches]
IEquiv
(-equiv [o other] (identical? o other))