From 6976d663f44ca54479732c2169a3c72cc4d087f3 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 15 Aug 2010 14:59:02 +0300 Subject: [PATCH] * cosmetic --- src/mu-msg-str.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mu-msg-str.c b/src/mu-msg-str.c index 83c9fc57..af0c8a4c 100644 --- a/src/mu-msg-str.c +++ b/src/mu-msg-str.c @@ -45,8 +45,6 @@ mu_msg_str_date (time_t t) const char* mu_msg_str_size_s (size_t s) { - /* note: we we use the powers-of-10, not powers-of-2 */ - static char buf[32]; #ifdef HAVE_GLIB216