projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c940a3
)
Remove now unreferenced variable.
author
Magnus Hagander
<magnus@hagander.net>
Sun, 27 Dec 2009 16:11:28 +0000
(16:11 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 27 Dec 2009 16:11:28 +0000
(16:11 +0000)
src/port/win32env.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/win32env.c
b/src/port/win32env.c
index ac6250a5ac6c38e797872c2dcbbb49a57b9882bb..6f15433078e0cbdff2267ba7df2a3469587acfb8 100644
(file)
--- 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)
{