Type: | Module | Parent Module: | N/A |
In some Omnis 7 applications each format has a special procedure that is used to declare Format variables, does not contain any other code and is not normally called by other procedures. The O7Analyzer indentifies such procedures and sets a flag for each in the fProcs file. After processing by the core converter the Format variable commands are removed resulting in empty and redundant methods. This module reads all records in fProcs file and removes these methods.
Process all records in the fProcs file generated by the O7Analyzer where the fProcs.Proc_OnlyFormatVarDefs flag is equal to kTrue. These are procedures that were identified by the O7Analyzer as only containing format variable declarations. For each such record:
None.