From 91b606aaae23bcb790b55adc5fe70a182a37d564 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Feb 2020 09:14:27 -0500 Subject: Clean up how we use opIds (#4118) --- core/ops.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/ops.rs') 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); -- cgit v1.2.3