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