Fix compile error caused by patch application.

This commit is contained in:
Bruce Momjian 2001-06-12 21:51:27 +00:00
parent 2a06b3bdfd
commit 89765fa555

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