From 9ba40653129f0c538ac8d4f0488512a10819567f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 27 Sep 2006 15:41:24 +0000 Subject: Remove separate strdup.h header file; it's redundant with port.h. --- src/include/strdup.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/include/strdup.h (limited to 'src/include') diff --git a/src/include/strdup.h b/src/include/strdup.h deleted file mode 100644 index 3b379360ba..0000000000 --- a/src/include/strdup.h +++ /dev/null @@ -1,8 +0,0 @@ -/* This is the prototype for the strdup() function which is distributed - with Postgres. That strdup() is only needed on those systems that - don't already have strdup() in their system libraries. - - The Postgres strdup() is in src/port/strdup.c. -*/ - -extern char *strdup(char const *); -- cgit v1.2.1