rm private SignatureRegistry trait

This commit is contained in:
Yury Delendik
2019-09-10 12:38:15 -05:00
committed by Dan Gohman
parent ee26b9ead7
commit 805fbb4d2a
4 changed files with 6 additions and 22 deletions

View File

@@ -112,7 +112,6 @@ impl Instance {
// HACK ensure all handles, instantiated outside Store, present in
// the store's SignatureRegistry, e.g. WASI instances that are
// imported into this store using the from_handle() method.
use crate::runtime::SignatureRegistry;
let _ = store.borrow_mut().register_cranelift_signature(signature);
}
export_names_map.insert(name.to_owned(), exports.len());