diff options
Diffstat (limited to 'core/ops.rs')
-rw-r--r-- | core/ops.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ops.rs b/core/ops.rs index 98407f157..6b1aec6ab 100644 --- a/core/ops.rs +++ b/core/ops.rs @@ -62,7 +62,6 @@ impl OpRegistry { existing.is_none(), format!("Op already registered: {}", name) ); - lock.push(Rc::new(op)); drop(name_lock); drop(lock); |