Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- misc-utils/cal.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/misc-utils/cal.c b/misc-utils/cal.c index 1004266..a11136a 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -187,12 +187,7 @@ enum { #define TODAY_FLAG 0x400 /* flag day for highlighting */ -#define FMT_ST_LINES 9 #define FMT_ST_CHARS 300 /* 90 suffices in most locales */ -struct fmt_st -{ - char s[FMT_ST_LINES][FMT_ST_CHARS]; -}; static const int days_in_month[2][13] = { {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}, -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html