From 4c68138bc4f9ef602636767bb0373583b3556ba2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 10:53:52 -0700 Subject: x86_64: Remove useless pthread_spin_{init,unlock} wrapper files. --- nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c | 1 - nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S | 1 - 2 files changed, 2 deletions(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64') diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c deleted file mode 100644 index dc811787e5..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S deleted file mode 100644 index 7da1c75dcc..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S +++ /dev/null @@ -1 +0,0 @@ -#include -- cgit 1.4.1