From: Aaron Merey Date: Mon, 10 Feb 2020 22:17:12 +0000 (-0500) Subject: fetch_src_and_symbols.exp: remove unused variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a48afbda33b2cf51f29bf42dedd53479091057;p=thirdparty%2Fbinutils-gdb.git fetch_src_and_symbols.exp: remove unused variable. --- diff --git a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp index ac073ad5070..482447b5ea7 100644 --- a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp +++ b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp @@ -37,12 +37,10 @@ if { [string first "with-debuginfod" [exec $GDB --configuration]] == -1 } { set cache [standard_output_file ".client_cache"] set db [standard_output_file ".debuginfod.db"] -set log [standard_output_file "debuginfod.log"] # Delete any preexisting test files file delete -force $cache file delete -force $db -file delete -force $log set sourcetmp [standard_output_file tmp-${srcfile}] set outputdir [standard_output_file {}]