about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncmp-ssse3.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncmp-ssse3.S')
-rw-r--r--sysdeps/x86_64/multiarch/strncmp-ssse3.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/x86_64/multiarch/strncmp-ssse3.S b/sysdeps/x86_64/multiarch/strncmp-ssse3.S
deleted file mode 100644
index 96380a46be..0000000000
--- a/sysdeps/x86_64/multiarch/strncmp-ssse3.S
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifdef SHARED
-# define USE_SSSE3 1
-# define STRCMP __strncmp_ssse3
-# define USE_AS_STRNCMP
-# include "../strcmp.S"
-#endif