trace: remove redundant printf format attribute
commit0d0424272f85afb5262613829cf1f48f994cebc7
authorKarsten Blees <karsten.blees@gmail.com>
Wed, 11 Jun 2014 07:57:59 +0000 (11 09:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2014 16:37:47 +0000 (17 09:37 -0700)
treedc582524b42a908bb2793a41a718526f1d76fa08
parent4a3b0b25f182727876bfb01748b2d00dd43f9ad7
trace: remove redundant printf format attribute

trace_printf_key() is the only non-static function that duplicates the
printf format attribute in the .c file, remove it for consistency.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace.c