Controls the use of dead store optimization.
#pragma opt_dead_assignments on | off | reset
If you enable this pragma, the compiler removes assignments to unused variables before reassigning them.
This pragma does not correspond to any panel setting in the Language panel. To check this setting, use __option (opt_dead_assignments), described in Checking Pragma Settings. By default, this pragma is disabled.