Remove redundant and now-incorrect declaration of pstrdup.
authorTom Lane
Fri, 14 Jan 2000 01:36:42 +0000 (01:36 +0000)
committerTom Lane
Fri, 14 Jan 2000 01:36:42 +0000 (01:36 +0000)
src/pl/plpgsql/src/plpgsql.h

index 4b82abdc3ec9e4b507f2e5cde2977ff82310ce01..e14fd47ecd7f0b9662c65f4679ae6f33ee03e7d9 100644 (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
  * ----------