diff options
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r-- | gcc/tree-ssa-loop-prefetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index a137207..339eeaf 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -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; |