Index: src/libcfa/prelude.cf
===================================================================
--- src/libcfa/prelude.cf	(revision ae42f2a7f234c8e9567c98613f8f967c7fabd3df)
+++ src/libcfa/prelude.cf	(revision dac0aa98c5f36cc84cb4a5902a16d8a34332dbf3)
@@ -810,9 +810,4 @@
 forall( dtype DT ) void ?{}( const volatile  DT * volatile *);
 
-forall( dtype DT ) void ?{}(          DT (*)[] ); // xxx - probably incomplete
-forall( dtype DT ) void ?{}( const    DT (*)[] );
-forall( dtype DT ) void ?{}( volatile DT (*)[] );
-forall( dtype DT ) void ?{}( const volatile DT (*)[] );
-
 void 	?{}(		    void *	    *);
 void 	?{}(		    void * volatile *);
@@ -837,10 +832,4 @@
 forall( dtype DT ) void ^?{}( const volatile  DT * volatile *);
 
-forall( dtype DT ) void ^?{}(        DT (*) [] ); // xxx - probably incomplete
-forall( dtype DT ) void ^?{}( const    DT (*)[] );
-forall( dtype DT ) void ^?{}( volatile DT (*)[] );
-forall( dtype DT ) void ^?{}( const volatile DT (*)[] );
-
-
 void 	^?{}(		    void *	    *);
 void 	^?{}(		    void * volatile *);
