Re: Remove unused struct fields

2025-11-26 Thread Nathan Bossart
Committed. -- nathan

Re: Remove unused struct fields

2025-11-26 Thread Nathan Bossart
On Wed, Nov 26, 2025 at 02:54:48PM +, Bertrand Drouvot wrote: > Here are a few fields that are not used. - const char *username; /* username from startup packet */ + scram_state_enum state; /* username from startup packet */ - BlockNumber write_page;