diff --git a/topi/src/topi.cc b/topi/src/topi.cc index 9c820edfeb37..7aebf21bdec4 100644 --- a/topi/src/topi.cc +++ b/topi/src/topi.cc @@ -45,22 +45,11 @@ #include #include -namespace tvm { -namespace runtime { -template<> -struct extension_class_info { - static const int code = 28; -}; -} // namespace tvm -} // namespace runtime - namespace topi { using namespace tvm; using namespace tvm::runtime; -TVM_REGISTER_EXT_TYPE(tvm::Target); - /*! \brief Canonicalize an argument that may be Array or int to Array */ Array ArrayOrInt(TVMArgValue arg) { if (arg.type_code() == kDLInt || arg.type_code() == kDLUInt) {