diff options
Diffstat (limited to 'runtime/ops/webgpu.rs')
-rw-r--r-- | runtime/ops/webgpu.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/ops/webgpu.rs b/runtime/ops/webgpu.rs index d3b9cfa19..bee08b9f6 100644 --- a/runtime/ops/webgpu.rs +++ b/runtime/ops/webgpu.rs @@ -4,11 +4,6 @@ pub fn init(rt: &mut deno_core::JsRuntime) { { let op_state = rt.op_state(); let mut state = op_state.borrow_mut(); - state.put(wgpu_core::hub::Global::new( - "webgpu", - wgpu_core::hub::IdentityManagerFactory, - wgpu_types::BackendBit::PRIMARY, - )); let unstable_checker = state.borrow::<super::UnstableChecker>(); let unstable = unstable_checker.unstable; state.put(Unstable(unstable)); |