summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/opentype/harfbuzz-impl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/opentype/harfbuzz-impl.c b/pango/opentype/harfbuzz-impl.c
index 4ba70ed4..79b837de 100644
--- a/pango/opentype/harfbuzz-impl.c
+++ b/pango/opentype/harfbuzz-impl.c
@@ -65,7 +65,5 @@ _hb_free( HB_Pointer block )
HB_INTERNAL HB_Error
_hb_err (HB_Error code)
{
- static int numerr = 0;
- numerr++;
return code;
}