summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/gpps.c
diff options
context:
space:
mode:
authorBruce Momjian2001-06-12 21:51:27 +0000
committerBruce Momjian2001-06-12 21:51:27 +0000
commit89765fa555b7d215c931e8aa542ac865b86c635a (patch)
tree1b48b55ba1bf4c667e2cfbfbb1313e3c9de25299 /src/interfaces/odbc/gpps.c
parent2a06b3bdfddf3d06575ea1fe662abe1278229f34 (diff)
Fix compile error caused by patch application.
Diffstat (limited to 'src/interfaces/odbc/gpps.c')
-rw-r--r--src/interfaces/odbc/gpps.c3
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 */