Remove redundant commented out function

Leftover...
This commit is contained in:
Christoph Herzog
2022-12-16 00:33:24 +01:00
parent 117ef3c6ee
commit 7ac71bc28a

View File

@@ -638,16 +638,6 @@ impl Module {
!val.is_undefined() && !val.is_null()
}
// /// Get the custom sections of the module given a `name`.
// ///
// /// # Important
// ///
// /// Following the WebAssembly spec, one name can have multiple
// /// custom sections. That's why an iterator (rather than one element)
// /// is returned.
// pub fn custom_sections<'a>(&'a self, name: &'a str) -> impl Iterator<Item = Arc<[u8]>> + 'a {
// unimplemented!();
// }
/// Get the custom sections of the module given a `name`.
///
/// # Important