diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index ec5ada6507833e5f28482035b61338cb8f15e3a2..248f8e0fcd3e43bf5829559e968b809d3d5ad898 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 */