Skip to content

Commit abef41d

Browse files
masahiMasahiro Masuda
authored andcommitted
suppress warning
1 parent af66383 commit abef41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relay/pass/fuse_ops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class IndexedForwardGraph::Creator : private ExprVisitor {
265265
CHECK(tuple_type);
266266
bool has_reference = false;
267267
for (auto ty : tuple_type->fields) {
268-
if (auto ref_ty = ty.as<RefTypeNode>()) {
268+
if (ty.as<RefTypeNode>()) {
269269
has_reference = true;
270270
break;
271271
}

0 commit comments

Comments
 (0)