Turn off stabs debugging.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2735
This commit is contained in:
Tom Hughes 2004-10-07 08:33:29 +00:00
parent 588711ca62
commit 088b2da749

View File

@ -101,7 +101,7 @@ typedef struct _StabTypeTab {
} *headerhash[HEADER_HASHSZ];
} StabTypeTab;
static const Bool stabs_debug = True;
static const Bool stabs_debug = False;
static UInt header_hash(Char *filename, UInt instance)
{