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 */