discard all saved option strings */
| 784 | |
| 785 | /* discard all saved option strings */ |
| 786 | void |
| 787 | freeroleoptvals(void) |
| 788 | { |
| 789 | int i, j; |
| 790 | |
| 791 | for (i = 0; i < 4; ++i) |
| 792 | for (j = 0; j < num_opt_phases; ++j) |
| 793 | unsaveoptstr(roleopt2opt[i], j); |
| 794 | } |
| 795 | |
| 796 | #if 0 /* not needed */ |
| 797 |
no test coverage detected