Fix compile error caused by patch application.
authorBruce Momjian
Tue, 12 Jun 2001 21:51:27 +0000 (21:51 +0000)
committerBruce Momjian
Tue, 12 Jun 2001 21:51:27 +0000 (21:51 +0000)
src/interfaces/odbc/gpps.c

index ec5ada6507833e5f28482035b61338cb8f15e3a2..248f8e0fcd3e43bf5829559e968b809d3d5ad898 100644 (file)
@@ -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 */