[git commit] mpstat.c: remove unused line
Denys Vlasenko
vda.linux at googlemail.com
Sat Apr 30 20:09:01 UTC 2011
commit: http://git.busybox.net/busybox/commit/?id=2a6d5988b4aabc9d5cbb466ab875db20104a5056
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Marek Polacek <mpolacek at redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
procps/mpstat.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/procps/mpstat.c b/procps/mpstat.c
index d643c99..da8f34d 100644
--- a/procps/mpstat.c
+++ b/procps/mpstat.c
@@ -36,11 +36,10 @@
* We are printing headers in the " IRQNAME/s" form, experimentally
* anything smaller than 10 chars looks ugly for /proc/softirqs stats.
*/
-#define INTRATE_SCRWIDTH 10
+#define INTRATE_SCRWIDTH 10
#define INTRATE_SCRWIDTH_STR "10"
/* System files */
-#define SYSFS_DEVCPU "/sys/devices/system/cpu"
#define PROCFS_STAT "/proc/stat"
#define PROCFS_INTERRUPTS "/proc/interrupts"
#define PROCFS_SOFTIRQS "/proc/softirqs"
--
1.7.3.4
More information about the busybox-cvs
mailing list