I'm using an unmodified version of ModelSupport.seq that came with TS 2013, and have created a result processing plug-in using the Configure > Result Processing > Advanced... > Create New Process Model Plug-in... method. This creates a sequence file with many sequences in it, which are empty, not called, nor are they callbacks.
As these sequences aren't being used, is there any harm in just deleting them to clean up the sequence file?
My understanding of how ModelSupport.seq works is that it goes through the enabled result processing plug-ins, parses all the sequences that are "Model Plugin - ...", and then at the appropriate steps in the process model, uses a ForEach loop to execute each sequence. So if a plug-in doesn't have (for example) Model Plugin - UUT Start, then ModelSupport will just not execute anything when ModelPlugins - UUT Start is called.
Thanks in advance,
Seth