|
From: <sv...@va...> - 2009-03-19 23:39:11
|
Author: sewardj
Date: 2009-03-19 23:38:59 +0000 (Thu, 19 Mar 2009)
New Revision: 9467
Log:
Remove unused var. Debug printing in
VG_(fixup_guest_state_after_syscall_interrupted) is now controlled by
VG_(clo_trace_signals).
Modified:
branches/DARWIN/coregrind/m_syswrap/syswrap-main.c
Modified: branches/DARWIN/coregrind/m_syswrap/syswrap-main.c
===================================================================
--- branches/DARWIN/coregrind/m_syswrap/syswrap-main.c 2009-03-19 23:03:04 UTC (rev 9466)
+++ branches/DARWIN/coregrind/m_syswrap/syswrap-main.c 2009-03-19 23:38:59 UTC (rev 9467)
@@ -1979,8 +1979,6 @@
state yet. In any other situation it will be meaningless and
therefore ignored. */
- static const Bool debug = False;
-
ThreadState* tst;
SyscallStatus canonical;
ThreadArchState* th_regs;
|