mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
Variable "base" no longer needed for passing to segnext, so remove it.
Copied from Perforce Change: 185056 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
5770143183
commit
057dd6a22b
1 changed files with 0 additions and 2 deletions
|
|
@ -50,9 +50,7 @@ void ProtSync(Arena arena)
|
|||
|
||||
synced = TRUE;
|
||||
if (SegFirst(&seg, arena)) {
|
||||
Addr base;
|
||||
do {
|
||||
base = SegBase(seg);
|
||||
if (SegPM(seg) != AccessSetEMPTY) { /* <design/protan/#fun.sync.seg> */
|
||||
ShieldEnter(arena);
|
||||
TraceSegAccess(arena, seg, SegPM(seg));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue