summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 2e8b2d4e3f..f2cc0338de 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -1261,10 +1261,6 @@ extern long long strtoll(const char *str, char **endptr, int base);
extern unsigned long long strtoull(const char *str, char **endptr, int base);
#endif
-#if !defined(HAVE_MEMMOVE) && !defined(memmove)
-#define memmove(d, s, c) bcopy(s, d, c)
-#endif
-
/* no special DLL markers on most ports */
#ifndef PGDLLIMPORT
#define PGDLLIMPORT