chore: remove dead code
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use derive_more::Constructor;
|
||||
|
||||
use crate::vm::Env;
|
||||
use crate::ty::internal::{Const, Value, AttrSet, PrimOp};
|
||||
use crate::ty::common::Symbol;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
||||
use anyhow::Error;
|
||||
use derive_more::{IsVariant, Unwrap};
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ impl From<i::Const> for Const {
|
||||
Int(int) => Const::Int(int),
|
||||
Float(float) => Const::Float(float),
|
||||
String(string) => Const::String(string),
|
||||
Func(func) => Const::Func
|
||||
Func(_) => Const::Func
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user