Index: libcfa/src/concurrency/kernel.hfa
===================================================================
--- libcfa/src/concurrency/kernel.hfa	(revision 78d6c803bc4f1657115075d4e683758f0ab84fcd)
+++ libcfa/src/concurrency/kernel.hfa	(revision 3531e09f8fceb44579d8a442ddca53aaa2348d56)
@@ -144,15 +144,4 @@
 void  ?{}(__intrusive_lane_t & this);
 void ^?{}(__intrusive_lane_t & this);
-
-// Counter used for wether or not the lanes are all empty
-struct __attribute__((aligned(128))) __snzi_node_t;
-struct __snzi_t {
-	unsigned mask;
-	int root;
-	__snzi_node_t * nodes;
-};
-
-void  ?{}( __snzi_t & this, unsigned depth );
-void ^?{}( __snzi_t & this );
 
 //TODO adjust cache size to ARCHITECTURE
