diff options
Diffstat (limited to 'contrib/xml2/xslt_proc.c')
-rw-r--r-- | contrib/xml2/xslt_proc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c index 2f24b39bcc0..9f137873322 100644 --- a/contrib/xml2/xslt_proc.c +++ b/contrib/xml2/xslt_proc.c @@ -32,10 +32,6 @@ #endif /* USE_LIBXSLT */ -/* externally accessible functions */ - -Datum xslt_process(PG_FUNCTION_ARGS); - #ifdef USE_LIBXSLT /* declarations to come from xpath.c */ |