mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 15:11:12 +00:00
Removal of unused variables so Asterisk will compile.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@301446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -290,8 +290,6 @@ static int exts_compare(const char *exts, const char *type)
|
|||||||
|
|
||||||
static void filestream_destructor(void *arg)
|
static void filestream_destructor(void *arg)
|
||||||
{
|
{
|
||||||
char *cmd = NULL;
|
|
||||||
size_t size = 0;
|
|
||||||
struct ast_filestream *f = arg;
|
struct ast_filestream *f = arg;
|
||||||
|
|
||||||
/* Stop a running stream if there is one */
|
/* Stop a running stream if there is one */
|
||||||
|
|||||||
Reference in New Issue
Block a user