bechordal: Remove remnants of the long gone split phase.
[libfirm] / ir / stat / counter.h
index 780735c..c5a4c39 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   Statistics for Firm. Counter implementation.
  * @author  Michael Beck
- * @version $Id$
  */
 #ifndef FIRM_STAT_COUNTER_H
 #define FIRM_STAT_COUNTER_H
@@ -36,7 +35,7 @@
 #define STAT_CNT_NUM 1
 #endif
 
-typedef struct _counter_t {
+typedef struct counter_t {
        unsigned cnt[STAT_CNT_NUM];
 } counter_t;