aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r--gcc/value-prof.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h
index 8121a08..692746a 100644
--- a/gcc/value-prof.h
+++ b/gcc/value-prof.h
@@ -66,10 +66,6 @@ struct histogram_value_t
int int_start; /* First value in interval. */
unsigned int steps; /* Number of values in it. */
} intvl; /* Interval histogram data. */
- struct
- {
- int may_be_other; /* If the value may be non-positive or not 2^k. */
- } pow2; /* Power of 2 histogram data. */
} hdata; /* Profiled information specific data. */
};