diff options
author | Tom Lane | 2002-01-29 15:40:45 +0000 |
---|---|---|
committer | Tom Lane | 2002-01-29 15:40:45 +0000 |
commit | 8899eac0340b2ec179bd8ae530a79876bcc921f2 (patch) | |
tree | b16443ad9c4abeddcd27d1888b379d98de798e57 | |
parent | fddb2ce77162c5e6103608def5f9aec50b6e55e8 (diff) |
Remove gratuitous redefinition of inline, which should already have been
taken care of in pg_config.h.
-rw-r--r-- | contrib/pgcrypto/blf.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c index 0caa33d4e3..06040d33fb 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)] \ |