Commit 2acb0388 by Kresten Krab Thorup

(__objc_init_protocols): Remove assertion

,

From-SVN: r8031
parent ad4f2e42
......@@ -249,7 +249,9 @@ __objc_init_protocols (struct objc_protocol_list* protos)
return;
}
#if 0
assert (protos->next == 0); /* only single ones allowed */
#endif
for(i = 0; i < protos->count; i++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment