From d33ca06ab777c76aacb21214326abc2941df2c79 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 12 Jun 2001 21:51:27 +0000 Subject: [PATCH] Fix compile error caused by patch application. --- gpps.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gpps.c b/gpps.c index ec5ada6..248f8e0 100644 --- a/gpps.c +++ b/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 */ -- 2.39.5