]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disable debugging printing. Duh.
authorJulian Seward <jseward@acm.org>
Thu, 9 Jun 2005 19:30:18 +0000 (19:30 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 9 Jun 2005 19:30:18 +0000 (19:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3862

coregrind/m_debuginfo/dwarf.c

index 728126c8cee13564ff066a0b36adbfb45ee141ea..4d5a29a9c491a4e8ce38836448008f7155f9b728 100644 (file)
@@ -1839,7 +1839,7 @@ void VG_(read_callframe_info_dwarf2)
          Int this_CIE;
 
          /* --------- CIE --------- */
-        if (1||VG_(clo_trace_cfi)) 
+        if (VG_(clo_trace_cfi)) 
             VG_(printf)("------ new CIE (#%d of 0 .. %d) ------\n", 
                         n_CIEs, N_CIEs - 1);