Method MasterObject()->unregister()
- Method
unregister
void
unregister(program
p
)- Description
Unregister a program that was only partially compiled.
Called by compile() to clean up references to partially compiled programs.
- Parameter
p
Partially compiled program that should no longer be referenced.
- FIXME
Shouldn't this function be in the compilation handler?