arch_spec: Remove remnants of unused operands.
[libfirm] / ir / stat / pattern_dmp.h
index 244eb3a..3c02493 100644 (file)
  * @file
  * @brief   Statistics for Firm. Dumping patterns.
  * @author  Michael Beck
- * @version $Id$
  */
 #ifndef FIRM_STAT_PATTERN_DMP_H
 #define FIRM_STAT_PATTERN_DMP_H
 
 #include "counter.h"
 
-typedef struct _pattern_dumper_t pattern_dumper_t;
+typedef struct pattern_dumper_t pattern_dumper_t;
 
 /**
  * Starts a new pattern.
@@ -88,14 +87,4 @@ pattern_dumper_t *new_text_dumper(void);
  */
 pattern_dumper_t *new_vcg_dumper(const char *vcg_name, unsigned max_pattern);
 
-/**
- * return the mode index, only needed for statistics
- */
-int stat_find_mode_index(const ir_mode *m);
-
-/**
- * return the mode for a given index, only needed for statistics
- */
-ir_mode *stat_mode_for_index(int idx);
-
 #endif /* FIRM_STAT_PATTERN_DMP_H */