Commit 6256fcb9 authored by Tom Lane's avatar Tom Lane

Remove redundant and now-incorrect declaration of pstrdup.

parent bb7e85fb
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* procedural language * procedural language
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.5 2000/01/10 17:14:45 momjian Exp $ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.6 2000/01/14 01:36:42 tgl Exp $
* *
* This software is copyrighted by Jan Wieck - Hamburg. * This software is copyrighted by Jan Wieck - Hamburg.
* *
...@@ -434,10 +434,6 @@ extern PLpgSQL_function *plpgsql_curr_compile; ...@@ -434,10 +434,6 @@ extern PLpgSQL_function *plpgsql_curr_compile;
* Function declarations * Function declarations
**********************************************************************/ **********************************************************************/
extern char *pstrdup(char *s);
/* ---------- /* ----------
* Functions in pl_comp.c * Functions in pl_comp.c
* ---------- * ----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment