Index: libcfa/src/concurrency/kernel.cfa
===================================================================
--- libcfa/src/concurrency/kernel.cfa	(revision 5cb51502e28636216bff5a848f33135247a26426)
+++ libcfa/src/concurrency/kernel.cfa	(revision b0904bf383e49ebc4e0c3bf9cac6c65583622fbd)
@@ -756,9 +756,4 @@
 		__print_stats( this.stats, this.print_stats, "Cluster", this.name, (void*)&this );
 	}
-
-	extern int __print_alarm_stats;
-	void print_alarm_stats() {
-		__print_alarm_stats = -1;
-	}
 #endif
 // Local Variables: //
Index: libcfa/src/concurrency/preemption.cfa
===================================================================
--- libcfa/src/concurrency/preemption.cfa	(revision 5cb51502e28636216bff5a848f33135247a26426)
+++ libcfa/src/concurrency/preemption.cfa	(revision b0904bf383e49ebc4e0c3bf9cac6c65583622fbd)
@@ -708,8 +708,4 @@
 }
 
-#if !defined(__CFA_NO_STATISTICS__)
-	int __print_alarm_stats = 0;
-#endif
-
 // Main of the alarm thread
 // Waits on SIGALRM and send SIGUSR1 to whom ever needs it
@@ -779,9 +775,4 @@
 	unregister(&id);
 
-	// #if !defined(__CFA_NO_STATISTICS__)
-	// 	if( 0 != __print_alarm_stats ) {
-	// 		__print_stats( &local_stats, __print_alarm_stats, "Alarm", "Thread", 0p );
-	// 	}
-	// #endif
 	return 0p;
 }
