diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-25 09:14:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 09:14:27 -0500 |
commit | 91b606aaae23bcb790b55adc5fe70a182a37d564 (patch) | |
tree | 16b56a21ffcb3991569eda984fbd14073bdbd3ae /core/ops.rs | |
parent | 805992b14a65a6dbfb857dea6d9b657477de043d (diff) |
Clean up how we use opIds (#4118)
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); |