Remove #if 0 inverse_bit_mask8 array.

It was only used by tvb_get_bits_buf (removed in r53183).

svn path=/trunk/; revision=53818
This commit is contained in:
Jakub Zawadzki 2013-12-07 09:14:35 +00:00
parent cc71d217a6
commit b3c93326bc
1 changed files with 0 additions and 13 deletions

View File

@ -1249,19 +1249,6 @@ tvb_get_guid(tvbuff_t *tvb, const gint offset, e_guid_t *guid, const guint repre
}
}
#if 0
static const guint8 inverse_bit_mask8[] = {
0xff,
0x7f,
0x3f,
0x1f,
0x0f,
0x07,
0x03,
0x01
};
#endif
static const guint8 bit_mask8[] = {
0x00,
0x01,