Remove unnecessary declaration in win32_port.h

Michael Paquier <michael@paquier.xyz>

Commit: b7684bd105657813e9366f8d664c22bcfb0e9f42
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-06-08T04:40:10Z
Releases: 12.8
Remove unnecessary declaration in win32_port.h

Mis-merge introduced by e2f21ff, where pgwin32_setenv() was listed but
not defined in win32env.c.  This had no consequences as this routine
does not exist in this branch.

Only REL_12_STABLE and REL_13_STABLE got that wrong.

Backpatch-through: 12

Files

PathChange+/−
src/include/pg_config.h.win32 modified +1 −1
src/include/port/win32_port.h modified +0 −2