This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
commit c9339267bf7ae641a7f9c3678c84cf1ff600959e Author: Jared Roesch <jroe...@octoml.ai> AuthorDate: Sat Oct 31 15:39:05 2020 -0700 Post-rebase --- rust/tvm/src/ir/module.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/tvm/src/ir/module.rs b/rust/tvm/src/ir/module.rs index db32ce2..869c5e6 100644 --- a/rust/tvm/src/ir/module.rs +++ b/rust/tvm/src/ir/module.rs @@ -34,11 +34,8 @@ use super::function::BaseFunc; use super::source_map::SourceMap; use super::{ty::GlobalTypeVar, relay}; -use tvm_macros::Object; - // TODO(@jroesch): define type type TypeData = ObjectRef; -type GlobalTypeVar = ObjectRef; #[derive(Error, Debug)] pub enum Error {