summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2016-06-21 05:48:48 +0200
committerBenoît Dejean <bdejean@gmail.com>2017-01-22 10:45:26 +0100
commit7afc81f99dbd3ff1439fa05169f24dd471cdc519 (patch)
tree47fae0dad72e7da8237ce9d851b2c4d72d7d46a8 /sysdeps/linux/glibtop_private.h
parentb0ab056e99d83246475ef097dd27c04fafd49d70 (diff)
downloadlibgtop-7afc81f99dbd3ff1439fa05169f24dd471cdc519.tar.gz
Do not cache getpagesize(), it is already.
Diffstat (limited to 'sysdeps/linux/glibtop_private.h')
-rw-r--r--sysdeps/linux/glibtop_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h
index 149832a9..d00a1525 100644
--- a/sysdeps/linux/glibtop_private.h
+++ b/sysdeps/linux/glibtop_private.h
@@ -122,10 +122,6 @@ unsigned long
get_boot_time(glibtop *server);
-size_t
-get_page_size(void);
-
-
gboolean
check_cpu_line(glibtop *server, const char *line, unsigned n);