8000 Remove now unreferenced variable. · postgrespro/postgres_cluster@c4371cd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4371cd

Browse files
committed
Remove now unreferenced variable.
1 parent 8c940a3 commit c4371cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/port/win32env.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/port/win32env.c,v 1.4 2009/12/27 16:01:39 mha Exp $
13+
* $PostgreSQL: pgsql/src/port/win32env.c,v 1.5 2009/12/27 16:11:28 mha Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -35,7 +35,6 @@ pgwin32_putenv(const char *envval)
3535
typedef int (_cdecl * PUTENVPROC) (const char *);
3636
HMODULE hmodule;
3737
static PUTENVPROC putenvFunc = NULL;
38-
int ret;
3938

4039
if (putenvFunc == NULL)
4140
{

0 commit comments

Comments
 (0)
0