Revert "New API to retrieve disk stats in Linux"

This reverts commit 9e62440b31.
This commit is contained in:
Michael Catanzaro
2020-11-06 09:52:01 -06:00
parent 30bf8d0418
commit 7e214414bf
18 changed files with 3 additions and 272 deletions

View File

@@ -43,7 +43,6 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
CHECK_CMND(GLIBTOP_CMND_QUIT);
CHECK_CMND(GLIBTOP_CMND_SYSDEPS);
CHECK_CMND(GLIBTOP_CMND_CPU);
CHECK_CMND(GLIBTOP_CMND_DISK);
CHECK_CMND(GLIBTOP_CMND_MEM);
CHECK_CMND(GLIBTOP_CMND_SWAP);
CHECK_CMND(GLIBTOP_CMND_UPTIME);