summaryrefslogtreecommitdiff
path: root/src/port/win32env.c
diff options
context:
space:
mode:
authorMagnus Hagander2009-12-27 16:11:28 +0000
committerMagnus Hagander2009-12-27 16:11:28 +0000
commitc4371cdb8b7615938c255ba584ea67f8b7d496b5 (patch)
treeb527158cb11e55907b0adedfb9f187617355c7e7 /src/port/win32env.c
parent8c940a30ae7ed41298c81012f9542ada1e26eb72 (diff)
Remove now unreferenced variable.
Diffstat (limited to 'src/port/win32env.c')
-rw-r--r--src/port/win32env.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/port/win32env.c b/src/port/win32env.c
index ac6250a5ac6..6f15433078e 100644
--- a/src/port/win32env.c
+++ b/src/port/win32env.c
@@ -10,7 +10,7 @@
*
*
* 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)
typedef int (_cdecl * PUTENVPROC) (const char *);
HMODULE hmodule;
static PUTENVPROC putenvFunc = NULL;
- int ret;
if (putenvFunc == NULL)
{