Undo accidental change.

This commit is contained in:
Behdad Esfahbod 2007-11-30 04:31:29 +00:00
parent 3f05da638c
commit cd55cfa2b0
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}