From: Roland McGrath Date: Wed, 25 Nov 1992 18:54:10 +0000 (+0000) Subject: Formerly alpha/strlen.c.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98f5cde0d5d85388d4c9b6492efebc0619dea394;p=thirdparty%2Fglibc.git Formerly alpha/strlen.c.~2~ --- diff --git a/sysdeps/alpha/strlen.c b/sysdeps/alpha/strlen.c index 0c108534e54..3fd1b252a0e 100644 --- a/sysdeps/alpha/strlen.c +++ b/sysdeps/alpha/strlen.c @@ -25,7 +25,6 @@ strlen (const char *str) { const char *char_ptr; const unsigned long int *longword_ptr; - unsigned long int longword; /* Handle the first few characters by reading one character at a time. Do this until STR is aligned on a 8-byte border. */