Commit deba02d
patch 9.0.2086: code cleanup for option callbacks needed
Problem: code cleanup for option callbacks needed
Solution: remove flag os_doskip, it's not necessary, as we can check,
whether an error message was returned
Remove unnecessary field os_doskip
Callback functions for boolean options set os_doskip immediately before
returning an error message, so os_doskip isn't actually needed.
closes: #13461
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 2b358ad commit deba02d
3 files changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3680 | 3680 | | |
3681 | 3681 | | |
3682 | 3682 | | |
3683 | | - | |
3684 | 3683 | | |
3685 | 3684 | | |
3686 | 3685 | | |
| |||
3942 | 3941 | | |
3943 | 3942 | | |
3944 | 3943 | | |
3945 | | - | |
3946 | 3944 | | |
3947 | 3945 | | |
3948 | 3946 | | |
| |||
4130 | 4128 | | |
4131 | 4129 | | |
4132 | 4130 | | |
4133 | | - | |
4134 | 4131 | | |
4135 | 4132 | | |
4136 | 4133 | | |
| |||
4602 | 4599 | | |
4603 | 4600 | | |
4604 | 4601 | | |
4605 | | - | |
| 4602 | + | |
4606 | 4603 | | |
4607 | 4604 | | |
4608 | 4605 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4948 | 4948 | | |
4949 | 4949 | | |
4950 | 4950 | | |
4951 | | - | |
4952 | | - | |
4953 | | - | |
4954 | | - | |
4955 | 4951 | | |
4956 | 4952 | | |
4957 | 4953 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
707 | 709 | | |
708 | 710 | | |
709 | 711 | | |
| |||
0 commit comments