Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c940a3 commit c4371cdCopy full SHA for c4371cd
src/port/win32env.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $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 $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -35,7 +35,6 @@ pgwin32_putenv(const char *envval)
35
typedef int (_cdecl * PUTENVPROC) (const char *);
36
HMODULE hmodule;
37
static PUTENVPROC putenvFunc = NULL;
38
- int ret;
39
40
if (putenvFunc == NULL)
41
{
0 commit comments