From 085dc9f16bc213c697922f1f9574f80e7cbc3cbd Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Wed, 15 Oct 2014 19:47:04 +0000 Subject: [PATCH] Remove unused variable VG_(clo_require_text_symbol). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14633 --- coregrind/m_options.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2