Got rid of glibtop_init_s calls. If i'm right, these are only no-op and

2007-05-20  Benoît Dejean  <benoit@placenet.org>

        * *.c:

        Got rid of glibtop_init_s calls.
        If i'm right, these are only no-op and the legacy stub/ don't
        have any calls to them, so it's should harmless.
        So let's try it.

svn path=/trunk/; revision=2598
This commit is contained in:
Benoît Dejean
2007-05-20 21:55:42 +00:00
committed by Benoît Dejean
parent ee78aaf29c
commit 6509ddff4c
24 changed files with 9 additions and 46 deletions

View File

@@ -56,8 +56,6 @@ glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid)
char buffer [BUFSIZ], *p;
int i;
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_TIME, 0);
memset (buf, 0, sizeof (glibtop_proc_time));
if (proc_stat_to_buffer (buffer, pid))