summaryrefslogtreecommitdiff
path: root/sysdeps/stub/procmap.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-11-22 19:54:08 +0000
committerMartin Baulig <martin@src.gnome.org>2000-11-22 19:54:08 +0000
commit035b387463f9f746b89c58bb2ca4c8b56de9b6f0 (patch)
treeb59fbacc09e61803153ac58ff9b6498d701b91c7 /sysdeps/stub/procmap.c
parent158dec2b2a12a12e861753da079f8a1dc0f4a691 (diff)
downloadlibgtop-035b387463f9f746b89c58bb2ca4c8b56de9b6f0.tar.gz
Don't call glibtop_init_s(), this is deprecated.
2000-11-22 Martin Baulig <martin@home-of-linux.org> * *.c: Don't call glibtop_init_s(), this is deprecated. * netinfo.c: New file.
Diffstat (limited to 'sysdeps/stub/procmap.c')
-rw-r--r--sysdeps/stub/procmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/stub/procmap.c b/sysdeps/stub/procmap.c
index 18484cc9..da44e047 100644
--- a/sysdeps/stub/procmap.c
+++ b/sysdeps/stub/procmap.c
@@ -47,8 +47,6 @@ glibtop_map_entry *
glibtop_get_proc_map_s (glibtop_server *server, glibtop_proc_map *buf,
pid_t pid)
{
- glibtop_init_s (server, GLIBTOP_SYSDEPS_PROC_MAP, 0);
-
memset (buf, 0, sizeof (glibtop_proc_map));
return NULL;