From: Florian Krohm Date: Wed, 15 Oct 2014 19:47:04 +0000 (+0000) Subject: Remove unused variable VG_(clo_require_text_symbol). X-Git-Tag: svn/VALGRIND_3_11_0~915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085dc9f16bc213c697922f1f9574f80e7cbc3cbd;p=thirdparty%2Fvalgrind.git Remove unused variable VG_(clo_require_text_symbol). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14633 --- diff --git a/coregrind/m_options.c b/coregrind/m_options.c index eb4e0a8f9f..24d06aed19 100644 --- a/coregrind/m_options.c +++ b/coregrind/m_options.c @@ -115,7 +115,6 @@ Bool VG_(clo_sym_offsets) = False; 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;