Commit c4371cdb authored by Magnus Hagander's avatar Magnus Hagander

Remove now unreferenced variable.

parent 8c940a30
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/port/win32env.c,v 1.4 2009/12/27 16:01:39 mha Exp $ * $PostgreSQL: pgsql/src/port/win32env.c,v 1.5 2009/12/27 16:11:28 mha Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -35,7 +35,6 @@ pgwin32_putenv(const char *envval) ...@@ -35,7 +35,6 @@ pgwin32_putenv(const char *envval)
typedef int (_cdecl * PUTENVPROC) (const char *); typedef int (_cdecl * PUTENVPROC) (const char *);
HMODULE hmodule; HMODULE hmodule;
static PUTENVPROC putenvFunc = NULL; static PUTENVPROC putenvFunc = NULL;
int ret;
if (putenvFunc == NULL) if (putenvFunc == NULL)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment