diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c index bab59c150408b45dd352d7becb3f419b9028ea67..da2047b6cf5b6320d56d30445d39424b85abdb61 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)] \