]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
fetch_src_and_symbols.exp: remove unused variable.
authorAaron Merey <amerey@redhat.com>
Mon, 10 Feb 2020 22:17:12 +0000 (17:17 -0500)
committerAaron Merey <amerey@redhat.com>
Mon, 10 Feb 2020 22:17:12 +0000 (17:17 -0500)
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp

index ac073ad5070a78e9babd6341d7844f1561cb2daf..482447b5ea7408095d78967b847ae2fb8a124748 100644 (file)
@@ -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 {}]