diff options
author | Lenny Maiorani <lenny@serenityos.org> | 2022-02-09 09:37:36 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-02-10 10:22:54 +0000 |
commit | e5d178528de574e56c913b8d2db6801640e242e7 (patch) | |
tree | 56ca66ee889753b9517057fc3a4526875cd49c24 /Userland/Applications | |
parent | 7be79eeb5e2d45528e3d39a17e76bf96b44974d3 (diff) | |
download | serenity-e5d178528de574e56c913b8d2db6801640e242e7.zip |
AK: Change static base36 character map to function-local constexpr
Static variables consume memory and can be subject to less
optimization. This variable is only used in 1 place and can be moved
into the function and make it non-static.
Diffstat (limited to 'Userland/Applications')
0 files changed, 0 insertions, 0 deletions