From patchwork Wed May 29 13:30:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 32894 Received: (qmail 18797 invoked by alias); 29 May 2019 13:30:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 18786 invoked by uid 89); 29 May 2019 13:30:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=sk:sparcv9 X-HELO: mail-vs1-f68.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id; bh=GK4PO8OdmJVBuvetr7SPSryl7UmDUP/KNM5mJUOKdeU=; b=hLCQ28/7ZEs425uHlSE1UzWR/ytNnpFP+wzn5wyLE+s9GGYr0h4H/qiWJnEd36+reM Gw2RWmBFhr1a94tLLPv44M1xVMLwMM2/A1obKOaiJ0p+0mVCV9VqoQP65BzR9/z69bo2 kjQZ+fG5Fytk5ZeTC7J0PvHGEICvloa5YOlq6LxQ7P3YTx3dE0R1jneVTqzdYosaEUPX HMVEjeSte0GLpO2qqjGYBKYy3uqAh8Rs2hu9g1lZxlgdhx5kzq02/R6YOPAGIay11hKu D4wp+054y56/ow3A+crws+ZK32QUYuUsOgeZtzoZPiqeTIZO9jzu8JlDbuqZcNrMwJW9 +cvg== Return-Path: From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [COMMITTED] Remove unused get_clockfreq files Date: Wed, 29 May 2019 10:30:33 -0300 Message-Id: <20190529133033.21835-1-adhemerval.zanella@linaro.org> The patch 6e8ba7fd574f meant to remove the all get_clockfreq.c. This patch removes the missing files for sparcv9 and x86_64. Checked against a build to x86_64-linux-gnu and sparcv9-linux-gnu. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c: Remove file. * sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: Likewise. --- ChangeLog | 6 ++++++ .../unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c | 1 - sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c b/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c deleted file mode 100644 index 4191085d1f..0000000000 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c b/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c deleted file mode 100644 index a58d40a9c1..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c +++ /dev/null @@ -1 +0,0 @@ -#include "../i386/get_clockfreq.c"