]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unused variable VG_(clo_require_text_symbol).
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 15 Oct 2014 19:47:04 +0000 (19:47 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 15 Oct 2014 19:47:04 +0000 (19:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14633

coregrind/m_options.c

index eb4e0a8f9fc2dee6aba80f604c9e2dbbf62507bb..24d06aed19972d3c4853478e972fef5e00fef5ce 100644 (file)
@@ -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;