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:
David Vossel
2011-01-12 16:05:12 +00:00
parent ec8be8c4f4
commit a0bfbc836c

View File

@@ -290,8 +290,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 */