aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:59 +0000
commita2f733abcff64628b7771a47089628b7327a88bd (patch)
tree82d32de87b0381c9e3904e1c09f0ddbbc442182a /lib/libc/string
parent33ccf366718d189f206f1ed6c43cbcb7b50a2e6c (diff)
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/wcsncpy.c2
-rw-r--r--lib/libc/string/wcsstr.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c
index 4302ce2d2ede..a02a8292c0d1 100644
--- a/lib/libc/string/wcsncpy.c
+++ b/lib/libc/string/wcsncpy.c
@@ -32,8 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
#include <wchar.h>
/*
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c
index b874d1d6e9bd..beb5e8931742 100644
--- a/lib/libc/string/wcsstr.c
+++ b/lib/libc/string/wcsstr.c
@@ -32,8 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#endif
#include <wchar.h>
/*