From 794ac2a3eebd3cde817739ac5320b38c1c56d247 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 7 Dec 2015 09:24:42 +0000 Subject: [PATCH] Fix copy and paste duplication of a line. --- Test/AllocatePair.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Test/AllocatePair.m b/Test/AllocatePair.m index 3afeb48..9a4cf47 100644 --- a/Test/AllocatePair.m +++ b/Test/AllocatePair.m @@ -17,7 +17,6 @@ int main() assert(class_getInstanceSize(objc_allocateClassPair(Nil, "Empty", 0)) == sizeof(Class)); a = objc_allocateClassPair([Test class], "A", 0); - a = objc_allocateClassPair([Test class], "A", 0); objc_registerClassPair(a); b = objc_allocateClassPair(a, "B", 0);