We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e3211 commit 5e12fecCopy full SHA for 5e12fec
src/data.c
@@ -127,8 +127,7 @@ page_may_be_compressed(Page page, CompressAlg alg)
127
phdr->pd_special == MAXALIGN(phdr->pd_special)))
128
{
129
/* ... end only if it is invalid, then do more checks */
130
- int major, middle, minor;
131
- if ( parse_program_version(current.program_version) >= 20023)
+ if (parse_program_version(current.program_version) >= 20023)
132
133
/* Versions 2.0.23 and higher don't have such bug */
134
return false;
0 commit comments