mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Remove unused pool class attributes.
Bring method descriptions up to date in pool class design. Copied from Perforce Change: 186446 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
545bb116cf
commit
3f98a87c2e
15 changed files with 181 additions and 248 deletions
|
|
@ -742,8 +742,6 @@ Bool SegCheck(Seg seg)
|
|||
CHECKL(seg->sm == AccessSetEMPTY);
|
||||
CHECKL(seg->pm == AccessSetEMPTY);
|
||||
} else {
|
||||
/* Segments with ranks may only belong to scannable pools. */
|
||||
CHECKL(PoolHasAttr(pool, AttrSCAN));
|
||||
/* <design/seg/#field.rankSet.single>: The Tracer only permits */
|
||||
/* one rank per segment [ref?] so this field is either empty or a */
|
||||
/* singleton. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue