mpstat.c: remove unused line
authorMarek Polacek <mpolacek@redhat.com>
Sat, 30 Apr 2011 20:09:01 +0000 (22:09 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Apr 2011 20:09:01 +0000 (22:09 +0200)
Signed-off-by: Marek Polacek <mpolacek@redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/mpstat.c

index d643c999f342ee174c7c61a2068fefeb522b5e83..da8f34dab4cdfb1b987b2652dfaf66f6ca0367fb 100644 (file)
  * 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"