From f42090fcfd6fae32a19887d28f8f36211d1395bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 17 Feb 2021 00:05:16 +0100 Subject: [PATCH] Drop empty file zfs/ZfsArcStats.c --- Makefile.am | 7 +++---- zfs/ZfsArcStats.c | 10 ---------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 zfs/ZfsArcStats.c diff --git a/Makefile.am b/Makefile.am index a674e021..730016aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,7 +165,6 @@ myhtopplatsources = \ linux/SystemdMeter.c \ linux/ZramMeter.c \ zfs/ZfsArcMeter.c \ - zfs/ZfsArcStats.c \ zfs/ZfsCompressedArcMeter.c myhtopplatheaders = $(linux_platform_headers) @@ -187,7 +186,7 @@ freebsd_platform_headers = \ if HTOP_FREEBSD myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \ freebsd/FreeBSDProcess.c \ -zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/ZfsArcStats.c zfs/openzfs_sysctl.c +zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/openzfs_sysctl.c myhtopplatheaders = $(freebsd_platform_headers) endif @@ -243,7 +242,7 @@ if HTOP_DARWIN AM_LDFLAGS += -framework IOKit -framework CoreFoundation myhtopplatsources = darwin/Platform.c darwin/DarwinProcess.c \ darwin/DarwinProcessList.c \ -zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/ZfsArcStats.c zfs/openzfs_sysctl.c +zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/openzfs_sysctl.c myhtopplatheaders = $(darwin_platform_headers) endif @@ -263,7 +262,7 @@ solaris_platform_headers = \ if HTOP_SOLARIS myhtopplatsources = solaris/Platform.c \ solaris/SolarisProcess.c solaris/SolarisProcessList.c \ -zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/ZfsArcStats.c +zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c myhtopplatheaders = $(solaris_platform_headers) endif diff --git a/zfs/ZfsArcStats.c b/zfs/ZfsArcStats.c deleted file mode 100644 index bead8461..00000000 --- a/zfs/ZfsArcStats.c +++ /dev/null @@ -1,10 +0,0 @@ -/* -htop - ZfsArcStats.c -(C) 2014 Hisham H. Muhammad -Released under the GNU GPLv2, see the COPYING file -in the source distribution for its full text. -*/ - -#include "Macros.h" - -static int make_iso_compilers_happy ATTR_UNUSED;