Index: tests/exceptions/data-except.cfa
===================================================================
--- tests/exceptions/data-except.cfa	(revision e68d09236d814efe89f3e680ef44217ed691df67)
+++ tests/exceptions/data-except.cfa	(revision 0e7e3c17fceef16604d7a5873373da4a4a38ae9f)
@@ -12,8 +12,4 @@
 	this.first = first;
 	this.second = second;
-}
-
-void copy(paired * this, paired * other) {
-	*this = *other;
 }
 
