From 89765fa555b7d215c931e8aa542ac865b86c635a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 12 Jun 2001 21:51:27 +0000 Subject: [PATCH] Fix compile error caused by patch application. --- src/interfaces/odbc/gpps.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index ec5ada6507..248f8e0fcd 100644 --- a/src/interfaces/odbc/gpps.c +++ b/src/interfaces/odbc/gpps.c @@ -77,9 +77,6 @@ GetPrivateProfileString(char *theSection, /* section name */ size_t aReturnLength = 0; BOOL aSectionFound = FALSE; BOOL aKeyFound = FALSE; - size_t aReturnLength = 0; - BOOL aSectionFound = FALSE; - BOOL aKeyFound = FALSE; ptr = (char *) getpwuid(getuid()); /* get user info */ -- 2.40.0