From 7e214414bf23d1ea34e7fdccb17a7f41040ffea9 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 6 Nov 2020 09:52:01 -0600 Subject: Revert "New API to retrieve disk stats in Linux" This reverts commit 9e62440b314fbf87bbeca865a4223311314c52a3. --- sysdeps/linux/glibtop_private.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/linux/glibtop_private.h') diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h index d42ee669..03761f4f 100644 --- a/sysdeps/linux/glibtop_private.h +++ b/sysdeps/linux/glibtop_private.h @@ -61,9 +61,6 @@ skip_line (const char *p) return (char *) (*p ? p+1 : p); } -int -check_alphanumeric_word (const char *p); - /* * Smart strtoul which handles binary suffixes * e.g: get_scaled("Size: 32 kB", "Size:") == 32768 -- cgit v1.2.1