chore: remove dead code

This commit is contained in:
Greg Johnston 2024-09-13 10:53:27 -04:00
parent b9cccc6b91
commit 8bb04ef248

View file

@ -65,7 +65,6 @@ impl<T> ArcStore<T> {
defined_at: Location::caller(),
value: Arc::new(RwLock::new(value)),
signals: Default::default(),
/* inner: Arc::new(RwLock::new(SubscriberSet::new())), */
}
}
}