summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 15:25:26 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 15:42:07 +0200
commit6f05d2a89573bd0cb6bb93d8c5a900254e711339 (patch)
tree360427061c399bc889423dd2b5ca1e367ebdbce6 /MLKCompiledClosure.m
parent2aebd102c5cd0d18858495da77d5287666995f36 (diff)
MLKCompiledClosure: Remove debugging call to _code.
Diffstat (limited to 'MLKCompiledClosure.m')
-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]));