Skip to content

Commit

Permalink
kernel: remove unnecessary CHANGED_BAG
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 2, 2018
1 parent 7e98f92 commit eb257d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plist.c
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,6 @@ void MakeImmutablePlistInHom(Obj list)
Obj elm = ELM_PLIST(list, i);
if (elm != 0) {
MakeImmutable(elm);
CHANGED_BAG(list);
}
}
}
Expand Down

0 comments on commit eb257d5

Please sign in to comment.