bsc_msc_ip.c: Remove unused variable.

This commit is contained in:
Holger Hans Peter Freyther
2010-04-06 12:25:19 +02:00
parent 87f6d26c2e
commit 6b18c8f3b6

View File

@@ -643,7 +643,6 @@ static void mgcp_forward(struct msgb *msg)
static int mgcp_create_port(void)
{
int on;
int port;
struct sockaddr_in addr;
mgcp_agent.bfd.fd = socket(AF_INET, SOCK_DGRAM, 0);