Remove redundant and now-incorrect declaration of pstrdup.
This commit is contained in:
parent
bb7e85fb85
commit
6256fcb927
@ -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
|
||||
* ----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user