Skip to content

Commit da47623

Browse files
committed
[REFACTOR][FFI] Phase out old VisitAttrs mechanism (apache#18106)
1 parent 0966c36 commit da47623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/tvm/ffi/object.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ class Object {
214214
static constexpr int32_t _type_depth = 0;
215215
// extra fields used by plug-ins for attribute visiting
216216
// and structural information
217-
static constexpr const bool _type_has_method_visit_attrs = true;
218217
static constexpr const bool _type_has_method_sequal_reduce = false;
219218
static constexpr const bool _type_has_method_shash_reduce = false;
220219
// The following functions are provided by macro

0 commit comments

Comments
 (0)