q931_decode: remove unused variable

This commit is contained in:
Harald Welte 2022-10-16 17:07:08 +02:00
parent 61353fc09d
commit 4bbe07563d
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ const struct tlv_definition q931_tlv_def = {
int q931_msg_parse(struct q931_msg_parsed *out, const uint8_t *buf, size_t len)
{
uint8_t cref_len;
uint32_t cref;
const uint8_t *other_ie;
size_t other_ie_len;
int rc;