diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-06-12 21:51:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-06-12 21:51:27 +0000 |
commit | 89765fa555b7d215c931e8aa542ac865b86c635a (patch) | |
tree | 1b48b55ba1bf4c667e2cfbfbb1313e3c9de25299 /src | |
parent | 2a06b3bdfddf3d06575ea1fe662abe1278229f34 (diff) | |
download | postgresql-89765fa555b7d215c931e8aa542ac865b86c635a.tar.gz postgresql-89765fa555b7d215c931e8aa542ac865b86c635a.zip |
Fix compile error caused by patch application.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/odbc/gpps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index ec5ada65078..248f8e0fcd3 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 */ |