Remove unnecessary declaration in win32_port.h
authorMichael Paquier <michael@paquier.xyz>
Tue, 8 Jun 2021 04:40:03 +0000 (13:40 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 8 Jun 2021 04:40:03 +0000 (13:40 +0900)
commit949e32ee5d5990ff94579abc34d7b2c39b134965
treed48cc04ecf723ace71beeac82836ffef867e400c
parenteed17f39fa3e6c15e62ba8c4227118f506288a30
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
src/include/port/win32_port.h