[mgcp] Remove unused method from the mgcp

This was removed when sending the RSIP was
removed from the code.
This commit is contained in:
Holger Hans Peter Freyther 2010-03-31 06:26:44 +02:00
parent 52a66aa27e
commit e7d2ae69c9
1 changed files with 0 additions and 6 deletions

View File

@ -119,12 +119,6 @@ static int generate_call_id(struct mgcp_config *cfg)
return cfg->last_call_id;
}
/* FIXIME/TODO: need to have a list of pending transactions and check that */
static unsigned int generate_transaction_id()
{
return abs(rand());
}
/*
* array of function pointers for handling various
* messages. In the future this might be binary sorted