diff mbox

[wide-int] Remove some debugging code

Message ID 87iow1hpdp.fsf@talisman.default
State New
Headers show

Commit Message

Richard Sandiford Nov. 9, 2013, 9:54 a.m. UTC
Noticed while going through the diff with the merge point.

Applied as obvious.

Thanks,
Richard
diff mbox

Patch

Index: gcc/tree-ssa-loop-ivopts.c
===================================================================
--- gcc/tree-ssa-loop-ivopts.c	2013-11-09 09:39:18.015741949 +0000
+++ gcc/tree-ssa-loop-ivopts.c	2013-11-09 09:39:24.871788286 +0000
@@ -2655,9 +2655,6 @@  new_cost (unsigned runtime, unsigned com
 {
   comp_cost cost;
 
-  static int ct = 0;
-  ct++;
-
   cost.cost = runtime;
   cost.complexity = complexity;