Index: libcfa/src/device/cpu.cfa
===================================================================
--- libcfa/src/device/cpu.cfa	(revision 1f05c83610af0fa9b2c03d28a4579575ac91bce5)
+++ libcfa/src/device/cpu.cfa	(revision 64780c1ece911b7999c31110b0fe9f7efe4c3188)
@@ -253,13 +253,4 @@
 	}
 
-	#if defined(__CFA_WITH_VERIFY__)
-		// Check widths are consistent
-		for(i; 1~cpus) {
-			for(j; cache_levels) {
-				verifyf(raw[0][j].width == raw[i][j].width, "Unexpected width %u for cpu %u, index %u. Expected %u.", raw[i][j].width, i, j, raw[0][j].width);
-			}
-		}
-	#endif
-
 	return raw;
 }
