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