diff options
author | Denys Vlasenko | 2023-05-27 18:21:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-05-27 18:21:38 +0200 |
commit | 5c8a9dfd976493e4351abadf6686b621763b564c (patch) | |
tree | 9d9dd9cd194ef8d8a60f92a44d2dd77e7c1e14d3 /editors/sed1line.txt | |
parent | 528808bcd25f7d237874dc82fad2adcddf354b42 (diff) | |
download | busybox-5c8a9dfd976493e4351abadf6686b621763b564c.zip busybox-5c8a9dfd976493e4351abadf6686b621763b564c.tar.gz |
awk: remove a local variable "caching" a struct member
Since we take its address, the variable lives on stack (not a GPR).
Thus, nothing is improved by caching it.
function old new delta
awk_getline 642 639 -3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/sed1line.txt')
0 files changed, 0 insertions, 0 deletions