commit | 55553699b38d6481fbfacd0a32fc266e55553b34 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Feb 21 16:29:08 2015 +0300 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Feb 25 15:43:34 2015 -0800 |
tree | dec54fe10572f336a7b66fcdd1a8d847329a8e46 | |
parent | 5175300fbaf4ff19b7d38c14c86331bb614b0390 [diff] |
Minor
diff --git a/src/hb-private.hh b/src/hb-private.hh index cfe77f1..bf41b1c 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh
@@ -621,7 +621,6 @@ 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 @@ const char *paren = strchr (func, '('); if (paren) func_len = paren - func; -#endif fprintf (stderr, "%.*s: ", func_len, func); }