From 4a1a75e65a773c4cbcbf3e3005239e67418f14d8 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 12 Aug 2017 15:06:36 -0400 Subject: [PATCH] wmmon: Remove redundant #define. --- wmmon/wmmon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wmmon/wmmon.c b/wmmon/wmmon.c index d4adff0..4e7a125 100644 --- a/wmmon/wmmon.c +++ b/wmmon/wmmon.c @@ -115,7 +115,6 @@ /* Defines */ /***********/ #define HISTORY_ENTRIES 55 -#define HISTORY_ENTRIES 55 #define MAX_CPU (10) /* depends on graph height */ #define MAX_STAT_DEVICES (4)