library: cleanup unused old functions

The old getstat and meminfo functions and their globals are
removed.

Also page_size is now a function, procps_pagesize_get()
This commit is contained in:
Craig Small
2015-07-01 22:08:02 +10:00
parent c3e85cef73
commit 161e06465b
4 changed files with 23 additions and 667 deletions

View File

@@ -16,28 +16,9 @@ global:
getdiskstat;
getpartitions_num;
getslabinfo;
getstat;
kb_active;
kb_high_free;
kb_high_total;
kb_inactive;
kb_low_free;
kb_low_total;
kb_main_available;
kb_main_buffers;
kb_main_cached;
kb_main_free;
kb_main_shared;
kb_main_total;
kb_main_used;
kb_swap_free;
kb_swap_total;
kb_swap_used;
look_up_our_self;
lookup_wchan;
meminfo;
openproc;
page_bytes;
put_slabinfo;
readeither;
readproc;
@@ -57,6 +38,7 @@ global:
procps_meminfo_unref;
procps_meminfo_get;
procps_meminfo_get_chain;
procps_pagesize_get;
procps_stat_new;
procps_stat_read;
procps_stat_read_jiffs;