From c617ca0d30552b01e2eb99ca28c8365f10c1a05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Mon, 16 Jul 2018 10:44:08 +0200 Subject: [PATCH] Remove commented code --- components/script/dom/audiobuffer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/dom/audiobuffer.rs b/components/script/dom/audiobuffer.rs index 356472a2107..02707018c06 100644 --- a/components/script/dom/audiobuffer.rs +++ b/components/script/dom/audiobuffer.rs @@ -237,7 +237,6 @@ impl AudioBufferMethods for AudioBuffer { let channel_number = channel_number as usize; let offset = start_in_channel as usize; let mut dest = Vec::with_capacity(destination.len()); - // let destination = unsafe { destination.as_mut_slice() }; // We either copy form js_channels or shared_channels.