Commit 280b9fb3 authored by Cedric Roux's avatar Cedric Roux

remove unused var

parent e52766a2
......@@ -22,7 +22,6 @@ extern FILE *Q;
static void dump_CschedUeReleaseReqParameters(const struct CschedUeReleaseReqParameters *p, int l)
{
int i;
fp(l, Q, "(struct CschedUeReleaseReqParameters){\n");
fp(l, Q, " .rnti= %d,\n", p->rnti);
fp(l, Q, " .nr_vendorSpecificList= 0,\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment