summaryrefslogtreecommitdiff
path: root/src/daemon/slave.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/slave.c')
-rw-r--r--src/daemon/slave.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/slave.c b/src/daemon/slave.c
index 6e80b2b8..e15f1efc 100644
--- a/src/daemon/slave.c
+++ b/src/daemon/slave.c
@@ -135,12 +135,6 @@ handle_slave_command (glibtop_command *cmnd, glibtop_response *resp,
resp->offset = _offset_data (cpu);
break;
#endif
-#if GLIBTOP_SUID_DISK
- case GLIBTOP_CMND_DISK:
- glibtop_get_disk_p (server, &resp->u.data.disk);
- resp->offset = _offset_data (disk);
- break;
-#endif
#if GLIBTOP_SUID_MEM
case GLIBTOP_CMND_MEM:
glibtop_get_mem_p (server, &resp->u.data.mem);