Remove redundant and now-incorrect declaration of pstrdup.

This commit is contained in:
Tom Lane 2000-01-14 01:36:42 +00:00
parent bb7e85fb85
commit 6256fcb927
1 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* procedural language
*
* 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.
*
@ -434,10 +434,6 @@ extern PLpgSQL_function *plpgsql_curr_compile;
* Function declarations
**********************************************************************/
extern char *pstrdup(char *s);
/* ----------
* Functions in pl_comp.c
* ----------