summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-06-25 17:30:40 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-06-25 17:30:40 +0000
commitef34cfb38aa2870a454a4e5a76d3d3c1a9e8f701 (patch)
treeb1f4d753e12a2ed55690d429f824272082c67843 /sysdeps/common
parent1e0ba1d7aa39c0c33c158073edcdd6bd90a002dd (diff)
downloadlibgtop-ef34cfb38aa2870a454a4e5a76d3d3c1a9e8f701.tar.gz
git-svn sucks. Kill r2609
svn path=/trunk/; revision=2611
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/default.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/common/default.c b/sysdeps/common/default.c
index 71db0746..ae66c01f 100644
--- a/sysdeps/common/default.c
+++ b/sysdeps/common/default.c
@@ -368,17 +368,3 @@ glibtop_get_proc_wd(glibtop_proc_wd *buf, pid_t pid)
}
-/**
- * glibtop_get_proc_affinity:
- * @buf:
- * @pid: Process id to get the affinity
- *
- * Get the processor affinity list for a process
- *
- * Returns: A list of processor ID of 'buf.number' elements.
- */
-guint16 *
-glibtop_get_proc_affinity(glibtop_proc_affinity *buf, pid_t pid)
-{
- return glibtop_get_proc_affinity_l(glibtop_global_server, buf, pid);
-}