From: Sami Kerola Date: Sun, 13 Jul 2014 16:25:14 +0000 (+0100) Subject: cal: remove unnused structure and definition X-Git-Tag: v2.25~75^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a7e101cc43463c8931b65e0f8b7b724aca25fc;p=thirdparty%2Futil-linux.git cal: remove unnused structure and definition Signed-off-by: Sami Kerola --- diff --git a/misc-utils/cal.c b/misc-utils/cal.c index 1004266392..a11136a5ba 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},