diff options
Diffstat (limited to 'src/include/strdup.h')
-rw-r--r-- | src/include/strdup.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/strdup.h b/src/include/strdup.h deleted file mode 100644 index 3b379360bac..00000000000 --- 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 *); |