mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Merged revisions 301446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r301446 | dvossel | 2011-01-12 10:05:12 -0600 (Wed, 12 Jan 2011) | 2 lines Removal of unused variables so Asterisk will compile. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -292,8 +292,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