summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MLKCompiledClosure.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/MLKCompiledClosure.m b/MLKCompiledClosure.m
index 85b1bf5..6eb9154 100644
--- a/MLKCompiledClosure.m
+++ b/MLKCompiledClosure.m
@@ -87,7 +87,6 @@
}
NSLog (@"Calling %p (argc = %d)", _code, argc);
- _code(0, MLKEndOfArgumentsMarker);
for (i = 0; i < argc; i++)
{
NSLog (@"Argument %d: %p", i, *((void**)argv[i]));