mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: remove dead code
This commit is contained in:
parent
b9cccc6b91
commit
8bb04ef248
1 changed files with 0 additions and 1 deletions
|
@ -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())), */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue