Skip to content

Commit ade998d

Browse files
committed
rt: Don't walk vars twice. We self-host with compare glue now.
1 parent 1e1125f commit ade998d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rt/rust_shape.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ class data : public ctxt< data<T,U> > {
905905
const type_param *param = &this->params[param_index];
906906
T sub(*static_cast<T *>(this), param->shape, param->params,
907907
param->tables);
908-
sub.walk(align);
909908
static_cast<T *>(this)->walk_subcontext(align, sub);
910909
}
911910

0 commit comments

Comments
 (0)