diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 8121a089c91..692746a601d 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. */ }; |