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:
David Vossel
2011-01-12 16:05:58 +00:00
parent f6834d3247
commit 2a618dc998

View File

@@ -292,8 +292,6 @@ static int exts_compare(const char *exts, const char *type)
static void filestream_destructor(void *arg)
{
char *cmd = NULL;
size_t size = 0;
struct ast_filestream *f = arg;
/* Stop a running stream if there is one */