cosmetic: msc_vlr_tests: drop unused var

Change-Id: I584c0dfffe005597563dbd72fad8a087c554ba3d
This commit is contained in:
Neels Hofmeyr 2017-08-08 17:44:53 +02:00 committed by Harald Welte
parent 00e82d61ab
commit 97668a2623
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ int __wrap_gsup_client_send(struct gsup_client *gsupc, struct msgb *msg)
int _validate_dtap(struct msgb *msg, enum ran_type to_ran)
{
struct gsm48_hdr *gh = (void*)msg->data;
btw("DTAP --%s--> MS: %s: %s",
ran_type_name(to_ran), msg_type_name(msg),
osmo_hexdump_nospc(msg->data, msg->len));