|
From: <sv...@va...> - 2016-01-16 21:13:05
|
Author: florian
Date: Sat Jan 16 21:12:57 2016
New Revision: 15760
Log:
Remove code that has no effect. Looks like a leftover from early
debugging days.
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr-segnames.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-segnames.c
==============================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-segnames.c (original)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-segnames.c Sat Jan 16 21:12:57 2016
@@ -250,9 +250,7 @@
UInt size = get_slotsize(ix);
/* Chain this slot in the freelist */
put_slotindex(ix, freeslot_chain);
- get_slotindex(ix);
put_slotsize(ix + slotsize_size, size);
- get_slotindex(ix);
freeslot_chain = ix;
--num_segnames;
if (0) VG_(am_show_nsegments)(0, "AFTER DECREASE rc -> 0");
|