Suppress unused-variable warning.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b268928f932cdfb899e96ab28badfe716298483e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-04-07T21:03:20Z
Suppress unused-variable warning.

x86 machines lacking HAVE__CPUIDEX saw a complaint about
"unused variable 'reg'", per buildfarm as well as local
experience.  Oversight in bcb2cf41f.

Files

PathChange+/−
src/port/pg_cpu_x86.c modified +1 −2