commit | 3da593e8de13861b637c50dc9c291a229bac6b2f | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 17 10:05:05 2023 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 17 10:05:05 2023 +0100 |
tree | 98ee6f3ca4e3f99f4d488a6be96ef25617da3a88 | |
parent | 14317f7f05d0290586f456d02176dd77a81aee69 [diff] |
gas: drop function pointer parameter from macro_init() With the removal of gasp (about 20 years ago) the need for this kind- of-hook has disappeared. Go a step beyond merely moving the to be called function: Inline its contents right at the sole call site.