From 7798b50c609227d230e783e5cfd218e5bb2aebc4 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 29 Jan 2002 15:40:45 +0000
Subject: [PATCH] Remove gratuitous redefinition of inline, which should
 already have been taken care of in pg_config.h.

---
 contrib/pgcrypto/blf.c | 7 -------
 1 file changed, 7 deletions(-)

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)]  \