New syntax for GADT-style record declarations, and associated refactoring
[ghc-hetmet.git] / includes / TickyCounters.h
index e676a78..38e84ef 100644 (file)
@@ -155,25 +155,10 @@ EXTERN StgInt RET_NEW_ctr INIT(0);
 EXTERN StgInt RET_OLD_ctr INIT(0);
 EXTERN StgInt RET_UNBOXED_TUP_ctr INIT(0);
 
-EXTERN StgInt VEC_RETURN_ctr INIT(0);
-
 EXTERN StgInt RET_SEMI_loads_avoided INIT(0);
 
 /* End of counter declarations. */
 
-/* Here are stubs for a bunch of macros that aren't 
-   implemented yet. */
-
-#define TICK_ALLOC_FUN(g,s)
-#define TICK_ALLOC_CON(g,s)
-#define TICK_ALLOC_TUP(g,s)
-#define TICK_ALLOC_BH(g,s)
-#define TICK_ALLOC_PAP(g,s)
-#define TICK_ALLOC_FMBQ(a,g,s)
-#define TICK_ALLOC_FME(a,g,s)
-#define TICK_ALLOC_BF(a,g,s)
-#define TICK_ALLOC_PRIM2(w)
-
 #endif /* TICKY_TICKY */
 
 /* This is ugly, but the story is: