mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Mps br/auto_header: drop ephemeral arenadestroy and tracedestroy diags
Copied from Perforce Change: 164506 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
21d9af4ec9
commit
ec93779e4d
2 changed files with 0 additions and 8 deletions
|
|
@ -271,10 +271,6 @@ void ArenaDestroy(Arena arena)
|
|||
/* Empty the reservoir - see <code/reserv.c#reservoir.finish> */
|
||||
ReservoirSetLimit(ArenaReservoir(arena), 0);
|
||||
|
||||
DIAG_FIRSTF(( "ArenaDestroy", NULL ));
|
||||
DIAG( ControlDescribe(arena, DIAG_STREAM); );
|
||||
DIAG_END("ArenaDestroy");
|
||||
|
||||
arena->poolReady = FALSE;
|
||||
ControlFinish(arena);
|
||||
|
||||
|
|
|
|||
|
|
@ -1027,10 +1027,6 @@ void TraceDestroy(Trace trace)
|
|||
trace->arena->busyTraces = TraceSetDel(trace->arena->busyTraces, trace);
|
||||
trace->arena->flippedTraces = TraceSetDel(trace->arena->flippedTraces, trace);
|
||||
EVENT_P(TraceDestroy, trace);
|
||||
|
||||
DIAG_FIRSTF(( "TraceDestroy", NULL ));
|
||||
DIAG( ControlDescribe(trace->arena, DIAG_STREAM); );
|
||||
DIAG_END("TraceDestroy");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue