diff options
Diffstat (limited to 'lib/libc/string/wcsstr.c')
-rw-r--r-- | lib/libc/string/wcsstr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index ff8739f1c75a..beb5e8931742 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -32,12 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -#endif -#include <sys/cdefs.h> #include <wchar.h> /* |