Duh, remove debug printing. Duh.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5370
This commit is contained in:
Julian Seward 2005-12-18 03:59:16 +00:00
parent 043ec18434
commit d3781fc974
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,6 @@ pending pending 118274 amd64: 0xDD #7 (fnsave)
pending pending 118466 add %r,%r mishandled by memcheck
pending pending n-i-bz VALGRIND_COUNT_LEAKS arg types (Olly Betts)
pending pending n-i-bz memcheck/tests/mempool reads freed memory
v5366/7 pending n-i-bz AshleyP's custom-allocator assertion
v5366/67/70 pending n-i-bz AshleyP's custom-allocator assertion
vx1501 pending n-i-bz Dirk strict-aliasing stuff
v5368 pending n-i-bz More space for debugger cmd line (Dan Thaler)

View File

@ -536,7 +536,6 @@ static void full_report(ThreadId tid)
lc_do_leakcheck(i);
tl_assert(lc_markstack_top == -1);
VG_(printf)("state = %d\n", (Int)lc_markstack[i].state);
tl_assert(lc_markstack[i].state == IndirectLeak
/* jrs 20051218: Ashley Pittman supplied a
custom-allocator test program which causes the ==