Introduce IR_LINKAGE_NO_CODEGEN
[libfirm] / win32 / firmEvaluator / firm.c
index 13cf8b0..bae854e 100644 (file)
@@ -798,10 +798,6 @@ struct pset {
   pset_Element *iter_tail; /**< non-NULL while iterating over elts */
   pset_Element *free_list; /**< list of free Elements */
   struct obstack obst;     /**< obstack for allocation all data */
-#ifdef STATS
-  int naccess, ncollision, ndups;
-  int max_chain_len;
-#endif
 };
 
 typedef struct set_element {
@@ -820,10 +816,6 @@ struct set {
   unsigned iter_i, iter_j;
   set_Element *iter_tail;  /**< non-NULL while iterating over elts */
   struct obstack obst;     /**< obstack for allocation all data */
-#ifdef STATS
-  int naccess, ncollision, ndups;
-  int max_chain_len;
-#endif
 };
 
 /**