aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-04-30 22:09:01 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-30 22:09:01 +0200
commit2a6d5988b4aabc9d5cbb466ab875db20104a5056 (patch)
tree6ff1c66785165732f3a33d968c008522df5e7149
parent9cfcc4d7a2b1dd9bdcda392aa43009b949c56c92 (diff)
downloadbusybox-w32-2a6d5988b4aabc9d5cbb466ab875db20104a5056.tar.gz
busybox-w32-2a6d5988b4aabc9d5cbb466ab875db20104a5056.tar.bz2
busybox-w32-2a6d5988b4aabc9d5cbb466ab875db20104a5056.zip
mpstat.c: remove unused line
Signed-off-by: Marek Polacek <mpolacek@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--procps/mpstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/procps/mpstat.c b/procps/mpstat.c
index d643c999f..da8f34dab 100644
--- a/procps/mpstat.c
+++ b/procps/mpstat.c
@@ -36,11 +36,10 @@
36 * We are printing headers in the " IRQNAME/s" form, experimentally 36 * We are printing headers in the " IRQNAME/s" form, experimentally
37 * anything smaller than 10 chars looks ugly for /proc/softirqs stats. 37 * anything smaller than 10 chars looks ugly for /proc/softirqs stats.
38 */ 38 */
39#define INTRATE_SCRWIDTH 10 39#define INTRATE_SCRWIDTH 10
40#define INTRATE_SCRWIDTH_STR "10" 40#define INTRATE_SCRWIDTH_STR "10"
41 41
42/* System files */ 42/* System files */
43#define SYSFS_DEVCPU "/sys/devices/system/cpu"
44#define PROCFS_STAT "/proc/stat" 43#define PROCFS_STAT "/proc/stat"
45#define PROCFS_INTERRUPTS "/proc/interrupts" 44#define PROCFS_INTERRUPTS "/proc/interrupts"
46#define PROCFS_SOFTIRQS "/proc/softirqs" 45#define PROCFS_SOFTIRQS "/proc/softirqs"