Remove unnecessary static specifier

Japin Li <japinli@hotmail.com>

From: Japin Li <japinli@hotmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-02-05T12:30:44Z
Lists: pgsql-hackers

Attachments

Hi,

When reviewing patch [1], I find that the static class specifier is unnecessary
for the variables sp and ep in the function px_crypt_md5().

Commits

  1. pgcrypto: Remove static storage class from variables