diff --git a/winsup/cygwin/x86_64/memset.s b/winsup/cygwin/x86_64/memset.s index d3b95ecd2..ac73b6ace 100644 --- a/winsup/cygwin/x86_64/memset.s +++ b/winsup/cygwin/x86_64/memset.s @@ -67,11 +67,3 @@ L1: rep movq 16(%rsp),%rdi ret .seh_endproc - - .globl wmemset - .seh_proc wmemset -wmemset: - .seh_endprologue - shlq $1,%r8 /* cnt * sizeof (wchar_t) */ - jmp memset - .seh_endproc