Valentine Krasnobaeva f29be97ac7 BUG/MINOR: cfgparse-global: remove redundant goto
In the case, when the given keyword was found in the global 'cfg_kws' list, we
go to 'out' label anyway, after testing rc returned by the keyword's parser. So
there is not a much gain if we perform 'goto out' jump specifically when rc > 0.
2024-08-20 19:16:29 +02:00
..
2024-07-12 15:27:04 +02:00
2024-04-02 07:27:33 +02:00
2024-08-20 18:12:27 +02:00
2024-07-12 15:27:04 +02:00
2024-04-26 11:29:25 +02:00
2024-08-20 18:12:27 +02:00
2024-08-01 11:35:27 +02:00