summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypt
diff options
context:
space:
mode:
authorLenny Maiorani <lenny@colorado.edu>2021-05-17 16:52:33 -0600
committerAndreas Kling <kling@serenityos.org>2021-05-18 08:07:21 +0200
commit31d24d829258cf8f52b697dcefff02eae2029bcd (patch)
tree39240c83d48c240c8778139354f05a492641fdca /Userland/Libraries/LibCrypt
parent44a9c7c23e223c464d5d4a15c93c9fc7ab8525f0 (diff)
downloadserenity-31d24d829258cf8f52b697dcefff02eae2029bcd.zip
LibC: Remove static from function local constexpr variable
Problem: - Function local `constexpr` variables do not need to be `static`. This consumes memory which is unnecessary and can prevent some optimizations. Solution: - Remove `static` keyword.
Diffstat (limited to 'Userland/Libraries/LibCrypt')
0 files changed, 0 insertions, 0 deletions