From a03609b894560780c7439168a20662516adbe100 Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Thu, 27 Apr 2023 18:31:09 -0500 Subject: Removed un needed import or whatever --- crates/sloth_vm/src/sloth_std/misc.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/sloth_vm') diff --git a/crates/sloth_vm/src/sloth_std/misc.rs b/crates/sloth_vm/src/sloth_std/misc.rs index 8993f49..e0aa05c 100644 --- a/crates/sloth_vm/src/sloth_std/misc.rs +++ b/crates/sloth_vm/src/sloth_std/misc.rs @@ -1,4 +1,3 @@ -use super::NATIVE_LIBRARY; use crate::native::{self, NativeFunction, NativeFunctionResult}; use crate::value::{Object, ObjectType, Primitive}; use crate::VM; -- cgit v1.2.3