This commit is contained in:
Behdad Esfahbod 2015-02-21 16:29:08 +03:00
parent 5175300fba
commit 55553699b3
1 changed files with 0 additions and 2 deletions

View File

@ -621,7 +621,6 @@ _hb_debug_msg_va (const char *what,
if (func)
{
unsigned int func_len = strlen (func);
#ifndef HB_DEBUG_VERBOSE
/* Skip "typename" */
if (0 == strncmp (func, "typename ", 9))
func += 9;
@ -633,7 +632,6 @@ _hb_debug_msg_va (const char *what,
const char *paren = strchr (func, '(');
if (paren)
func_len = paren - func;
#endif
fprintf (stderr, "%.*s: ", func_len, func);
}