|
From: <sv...@va...> - 2014-07-27 14:47:02
|
Author: florian
Date: Sun Jul 27 14:46:52 2014
New Revision: 14198
Log:
No need to write the offset into a buffer when that
buffer is not used.
Modified:
trunk/coregrind/m_debuginfo/debuginfo.c
Modified: trunk/coregrind/m_debuginfo/debuginfo.c
==============================================================================
--- trunk/coregrind/m_debuginfo/debuginfo.c (original)
+++ trunk/coregrind/m_debuginfo/debuginfo.c Sun Jul 27 14:46:52 2014
@@ -1786,7 +1786,7 @@
/*below-main-renaming*/False,
a, fnname, 64,
/*match_anywhere_in_sym*/True,
- /*show offset?*/True,
+ /*show offset?*/False,
/*data syms only please*/True,
offset );
}
|