Skip to content

Commit ca84e20

Browse files
committed
WIP
1 parent 706e938 commit ca84e20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/query.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,6 @@ static void unwind_trail(query *q)
710710

711711
unshare_cell(c);
712712
init_cell(c);
713-
714-
if (tr->attrs)
715-
c->flags = FLAG_VAR_ATTR;
716-
717713
c->flags = tr->attrs ? FLAG_VAR_ATTR : 0;
718714
c->attrs = tr->attrs;
719715
c->attrs_ctx = tr->attrs_ctx;

0 commit comments

Comments
 (0)