diff options
Diffstat (limited to 'contrib/lo/lo.c')
-rw-r--r-- | contrib/lo/lo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/lo/lo.c b/contrib/lo/lo.c index 757758fe7f8..4dee64724d6 100644 --- a/contrib/lo/lo.c +++ b/contrib/lo/lo.c @@ -18,10 +18,6 @@ PG_MODULE_MAGIC; #define atooid(x) ((Oid) strtoul((x), NULL, 10)) -/* forward declarations */ -Datum lo_manage(PG_FUNCTION_ARGS); - - /* * This is the trigger that protects us from orphaned large objects */ |