diff options
author | Peter Eisentraut | 2016-08-30 16:00:00 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-09-30 18:04:16 +0000 |
commit | 0665023b4435a469e42289d7065c436967a022b6 (patch) | |
tree | 0c9de8cef71356a159770310f94d6f1719ed5066 /contrib/bloom/bloom.h | |
parent | a5da81359dbddfee49ea7800b43d99c204b4d31f (diff) |
Remove unnecessary prototypes
Prototypes for functions implementing V1-callable functions are no
longer necessary.
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
Diffstat (limited to 'contrib/bloom/bloom.h')
-rw-r--r-- | contrib/bloom/bloom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/bloom/bloom.h b/contrib/bloom/bloom.h index bc451a00dbe..18f5127059d 100644 --- a/contrib/bloom/bloom.h +++ b/contrib/bloom/bloom.h @@ -174,7 +174,6 @@ typedef BloomScanOpaqueData *BloomScanOpaque; /* blutils.c */ extern void _PG_init(void); -extern Datum blhandler(PG_FUNCTION_ARGS); extern void initBloomState(BloomState *state, Relation index); extern void BloomFillMetapage(Relation index, Page metaPage); extern void BloomInitMetapage(Relation index); |