From 7e9089a13ddf2e277b8c25877aef808174f9fffa Mon Sep 17 00:00:00 2001 From: Millian Poquet Date: Tue, 19 Jan 2016 00:06:26 +0100 Subject: [PATCH] Cosmetics: removal of a useless comment I wrote in the previous commits --- src/xbt/snprintf.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xbt/snprintf.c b/src/xbt/snprintf.c index 12672131d1..89df5fbaae 100644 --- a/src/xbt/snprintf.c +++ b/src/xbt/snprintf.c @@ -432,9 +432,6 @@ int portable_vsnprintf(char *str, size_t str_m, const char *fmt, /* declarations */ -/* MPOQUET FIXME: the __foo__ function generates a warning on clang 3.7.0 - MPOQUET FIXME: the credits is unused if __foo__ is commented*/ - /* Old copyright snprintf.c, v2.2: Mark Martinec, -- 2.20.1