summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/strmov.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/strings/strmov.c b/strings/strmov.c
index 1a945ad2a6f..7a3f2d02dcf 100644
--- a/strings/strmov.c
+++ b/strings/strmov.c
@@ -34,10 +34,6 @@
into dst, which seems useful.
*/
-#include "strings_def.h"
-
-#ifndef strmov
-
#if !defined(MC68000) && !defined(DS90)
char *strmov(register char *dst, register const char *src)
@@ -60,5 +56,3 @@ char *strmov(dst, src)
}
#endif
-
-#endif /* strmov */