]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly alpha/strlen.c.~2~
authorRoland McGrath <roland@gnu.org>
Wed, 25 Nov 1992 18:54:10 +0000 (18:54 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 25 Nov 1992 18:54:10 +0000 (18:54 +0000)
sysdeps/alpha/strlen.c

index 0c108534e54f813d24b2dac1202994895e4827fa..3fd1b252a0e0be6090bcf0efcfc875967ccf301c 100644 (file)
@@ -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.  */