<div dir="ltr">I have noticed that  embedded targets generate code for initialize/finalize functionality by overriding the insert_init_final_table class method.  However at the end of the overridden method, the parent insert_init_final_table method is also called, which generates an initfinal table which isn't called anywhere (AFAICS).  Is there some case where the initfinal table is actually required, or can the inherited call be removed for these targets?<br></div>