Remove the unused function fail_char().
[libfirm] / ir / stat / firmstat_t.h
index 9195701..8df6306 100644 (file)
@@ -59,7 +59,7 @@ typedef pset hmap_distrib_entry_t;
  * An entry in a distribution table
  */
 typedef struct distrib_entry_t {
-       counter_t        cnt;       /**< the current count */
+       counter_t   cnt;      /**< the current count */
        const void *object;   /**< the object which is counted */
 } distrib_entry_t;
 
@@ -329,8 +329,6 @@ typedef struct statistic_info_t {
        ir_op                   *op_MulC;            /**< pseudo op for multiplication by const */
        ir_op                   *op_DivC;            /**< pseudo op for division by const */
        ir_op                   *op_ModC;            /**< pseudo op for modulo by const */
-       ir_op                   *op_DivModC;         /**< pseudo op for DivMod by const */
-       ir_op                   *op_QuotC;           /**< pseudo op for floating point division by const */
        ir_op                   *op_SelSel;          /**< pseudo op for Sel(Sel) */
        ir_op                   *op_SelSelSel;       /**< pseudo op for Sel(Sel(Sel)) */
        dumper_t                *dumper;             /**< list of dumper */