]> granicus.if.org Git - gc/commit
Remove redundant check that clear_fl_marks argument is non-null
authorIvan Maidanski <ivmai@mail.ru>
Mon, 14 Aug 2017 08:01:57 +0000 (11:01 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 14 Aug 2017 08:02:07 +0000 (11:02 +0300)
commitcff47a807e16265d495e877a8597d4e330a9071a
tree26df2c990ebdd21c1c25b946fe5b394854c6c78e
parent347c1f0d0b2be5c811e7449ae2afa1b1e2d42fcc
Remove redundant check that clear_fl_marks argument is non-null
(code refactoring)

* alloc.c (GC_clear_fl_marks): Do not check that q is not null (because
it is checked by the caller).
alloc.c