From: Tom Lane Date: Tue, 29 Jan 2002 15:40:45 +0000 (+0000) Subject: Remove gratuitous redefinition of inline, which should already have been X-Git-Tag: REL7_2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7798b50c609227d230e783e5cfd218e5bb2aebc4;p=postgresql Remove gratuitous redefinition of inline, which should already have been taken care of in pg_config.h. --- diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c index bab59c1504..da2047b6cf 100644 --- a/contrib/pgcrypto/blf.c +++ b/contrib/pgcrypto/blf.c @@ -45,13 +45,6 @@ #include "blf.h" -#undef inline -#ifdef __GNUC__ -#define inline __inline -#else /* !__GNUC__ */ -#define inline -#endif /* !__GNUC__ */ - /* Function for Feistel Networks */ #define F(s, x) ((((s)[ (((x)>>24)&0xFF)] \