[project @ 2005-05-13 14:28:59 by simonmar]
authorsimonmar <unknown>
Fri, 13 May 2005 14:28:59 +0000 (14:28 +0000)
committersimonmar <unknown>
Fri, 13 May 2005 14:28:59 +0000 (14:28 +0000)
gcc 4.0.0 fix: don't declare static total_prof_ticks as extern

ghc/rts/Profiling.h

index 4b66989..66e85c4 100644 (file)
@@ -24,8 +24,6 @@ void reportCCSProfiling ( void );
 
 void PrintNewStackDecls ( void );
 
-extern lnat RTS_VAR(total_prof_ticks);
-
 extern void fprintCCS( FILE *f, CostCentreStack *ccs );
 extern void fprintCCS_stderr( CostCentreStack *ccs );