We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a06b3b commit 89765faCopy full SHA for 89765fa
src/interfaces/odbc/gpps.c
@@ -77,9 +77,6 @@ GetPrivateProfileString(char *theSection, /* section name */
77
size_t aReturnLength = 0;
78
BOOL aSectionFound = FALSE;
79
BOOL aKeyFound = FALSE;
80
- size_t aReturnLength = 0;
81
- BOOL aSectionFound = FALSE;
82
- BOOL aKeyFound = FALSE;
83
84
ptr = (char *) getpwuid(getuid()); /* get user info */
85
0 commit comments