summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/glibtop_machine.h')
-rw-r--r--sysdeps/linux/glibtop_machine.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/linux/glibtop_machine.h b/sysdeps/linux/glibtop_machine.h
index fb8e34c2..95f1f214 100644
--- a/sysdeps/linux/glibtop_machine.h
+++ b/sysdeps/linux/glibtop_machine.h
@@ -30,18 +30,6 @@
G_BEGIN_DECLS
-#if _IN_LIBGTOP
-
-static inline char *
-skip_token(const char *p)
-{
- while (isspace(*p)) p++;
- while (*p && !isspace(*p)) p++;
- return (char *)p;
-}
-
-#endif
-
typedef struct _glibtop_machine glibtop_machine;
struct _glibtop_machine