Formerly alpha/strlen.c.~2~

This commit is contained in:
Roland McGrath 1992-11-25 18:54:10 +00:00
parent 01305a522c
commit 98f5cde0d5
1 changed files with 0 additions and 1 deletions

View 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. */