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