|
From: <sv...@va...> - 2014-10-15 19:47:12
|
Author: florian
Date: Wed Oct 15 20:47:04 2014
New Revision: 14633
Log:
Remove unused variable VG_(clo_require_text_symbol).
Modified:
trunk/coregrind/m_options.c
Modified: trunk/coregrind/m_options.c
==============================================================================
--- trunk/coregrind/m_options.c (original)
+++ trunk/coregrind/m_options.c Wed Oct 15 20:47:04 2014
@@ -115,7 +115,6 @@
Bool VG_(clo_read_inline_info) = False; // Or should be put it to True by default ???
Bool VG_(clo_read_var_info) = False;
XArray *VG_(clo_req_tsyms); // array of strings
-HChar* VG_(clo_require_text_symbol) = NULL;
Bool VG_(clo_run_libc_freeres) = True;
Bool VG_(clo_track_fds) = False;
Bool VG_(clo_show_below_main)= False;
|