From 2a6d5988b4aabc9d5cbb466ab875db20104a5056 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Sat, 30 Apr 2011 22:09:01 +0200 Subject: mpstat.c: remove unused line Signed-off-by: Marek Polacek Signed-off-by: Denys Vlasenko --- procps/mpstat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'procps/mpstat.c') 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 @@ * 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" -- cgit v1.2.3