diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2022-06-25 15:25:19 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2022-06-27 12:13:07 +0200 |
| commit | b6b0d32a94a7ae21ac28be762be8ad50b092b177 (patch) | |
| tree | f69b841c022b132ffb8316fa65d2ef37897ea776 /validation | |
| parent | ec2e9b554d4799633ff195106280a8146647db5b (diff) | |
| download | sparse-dev-b6b0d32a94a7ae21ac28be762be8ad50b092b177.tar.gz | |
inline: avoid needless intermediate vars
In inline_function(), we need to iterate over the parameters
and the (effective) arguments. An itermediate variable is used for
each: "name_list" and "arg_list".
These confuse me a lot (especially "name_list", "param_list" would
be much more OK) and are just used once.
So, avoid using an intermediate variable for these.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions
