aarch64: remove the strlen_asimd symbol

This symbol is not in the implementation reserved namespace for static
linking and it was never used: it seems it was mistakenly added in the
orignal strlen_asimd commit 436e4d5b96
This commit is contained in:
Szabolcs Nagy 2020-12-15 10:36:56 +00:00
parent d4136903a2
commit 4033f21eb2
1 changed files with 1 additions and 2 deletions

View File

@ -211,5 +211,4 @@ L(page_cross):
ret
END (__strlen_asimd)
weak_alias (__strlen_asimd, strlen_asimd)
libc_hidden_builtin_def (strlen_asimd)
libc_hidden_builtin_def (__strlen_asimd)