]> git.eshelyaron.com Git - emacs.git/commit
Clean up obsolete comment
authorMatt Armstrong <matt@rfc20.org>
Mon, 1 Mar 2021 13:26:21 +0000 (14:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Mar 2021 13:26:21 +0000 (14:26 +0100)
commit70514c6374f8432c34d345216b4df6cf37151d9a
treeed7b38ad0484f2a39fa6608edbdbce37afe43988
parenteb2a1e1d6c813156cbaa835bde29499f7605ea08
Clean up obsolete comment

* src/marker.c (unchain_marker): Clean up obsolete comment
(bug#46836).

Commit cf3164523b (* src/alloc.c: Avoid O(N²) complexity when
unchaining markers (bug#24548)., 2018-03-23) removed the call from GC
into unchain_marker, so there is no need to warn about it.
src/marker.c