Skip to content

Commit 6256fcb

Browse files
committed
Remove redundant and now-incorrect declaration of pstrdup.
1 parent bb7e85f commit 6256fcb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pl/plpgsql/src/plpgsql.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* procedural language
44
*
55
* IDENTIFICATION
6-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.5 2000/01/10 17:14:45 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.6 2000/01/14 01:36:42 tgl Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -434,10 +434,6 @@ extern PLpgSQL_function *plpgsql_curr_compile;
434434
* Function declarations
435435
**********************************************************************/
436436

437-
438-
extern char *pstrdup(char *s);
439-
440-
441437
/* ----------
442438
* Functions in pl_comp.c
443439
* ----------

0 commit comments

Comments
 (0)