Suppress platform-dependent unused-variable warning.

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

Commit: 82e4d45bd0ba9c07b8a97f28f939db6d8d564f9a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-20T17:34:31Z
Releases: 9.1.0
Suppress platform-dependent unused-variable warning.

The local variable "sock" can be unused depending on compilation flags.
But there seems no particular need for it, since the kernel calls can
just as easily say port->sock instead.

Files

PathChange+/−
src/backend/libpq/auth.c modified +4 −5