Skip to content
Snippets Groups Projects
Commit f76d47e6 authored by Francois-Xavier Coudert's avatar Francois-Xavier Coudert
Browse files

Testsuite: remove unused variables

Missing from earlier commit, which removed the only use of those two
variables.

gcc/testsuite/ChangeLog:

	* gfortran.dg/coarray/caf.exp: Remove unused variable.
	* gfortran.dg/dg.exp: Remove unused variable.
parent c2553dd3
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ if [check_effective_target_libatomic_available] {
set maybe_atomic_lib "[atomic_link_flags [get_multilibs]]"
}
}
set t [get_multilibs]
}
# Main loop.
......
......@@ -67,7 +67,6 @@ if [check_effective_target_libatomic_available] {
} else {
set maybe_atomic_lib ""
}
set t [get_multilibs]
}
set all_flags $DEFAULT_FFLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment