summaryrefslogtreecommitdiff
path: root/lib/sysdeps.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:52:01 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:52:01 -0600
commit7e214414bf23d1ea34e7fdccb17a7f41040ffea9 (patch)
tree4ddb421111d8ffe6bc1a15948f442d622168d068 /lib/sysdeps.c
parent30bf8d04183c26ca48c6cd4efe4c24058a082783 (diff)
downloadlibgtop-7e214414bf23d1ea34e7fdccb17a7f41040ffea9.tar.gz
Revert "New API to retrieve disk stats in Linux"
This reverts commit 9e62440b314fbf87bbeca865a4223311314c52a3.
Diffstat (limited to 'lib/sysdeps.c')
-rw-r--r--lib/sysdeps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sysdeps.c b/lib/sysdeps.c
index 96292568..2a761576 100644
--- a/lib/sysdeps.c
+++ b/lib/sysdeps.c
@@ -27,7 +27,6 @@
const unsigned long glibtop_server_features =
GLIBTOP_SUID_CPU +
-GLIBTOP_SUID_DISK +
GLIBTOP_SUID_MEM +
GLIBTOP_SUID_SWAP +
GLIBTOP_SUID_UPTIME +
@@ -57,9 +56,6 @@ const _glibtop_init_func_t _glibtop_init_hook_s [] = {
#if !GLIBTOP_SUID_CPU
_glibtop_init_cpu_s,
#endif
-#if !GLIBTOP_SUID_DISK
- _glibtop_init_disk_s,
-#endif
#if !GLIBTOP_SUID_MEM
_glibtop_init_mem_s,
#endif