Commit
fe69abe48582558badc0cfb87b9080261d1d0eb5
by lep.deleteFix i2code with API stubs
When using API stubes those functions were using unique ids like every other
function, but we removed those stubs *before* the call to i2code which means
that the functions and ids got out of sync. Now we simply remove the stubs
at the last possible moment.
(commit: fe69abe)