Remove unused variable.

2017-03-03  Martin Liska  <mliska@suse.cz>

	* tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
	Remove unused variable.

From-SVN: r245873
This commit is contained in:
Martin Liska 2017-03-03 13:53:13 +01:00 committed by Martin Liska
parent 0e174ae195
commit 1c98e10bc9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-03-03 Martin Liska <mliska@suse.cz>
* tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
Remove unused variable.
2017-03-03 Jakub Jelinek <jakub@redhat.com>
PR target/79807

View File

@ -2035,7 +2035,6 @@ pass_loop_prefetch::execute (function *fun)
if (number_of_loops (fun) <= 1)
return 0;
bool warned_p = false;
if ((PREFETCH_BLOCK & (PREFETCH_BLOCK - 1)) != 0)
{
static bool warned = false;