[asterisk-commits] dvossel: branch 1.8 r301446 - /branches/1.8/main/file.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 12 10:05:16 CST 2011


Author: dvossel
Date: Wed Jan 12 10:05:12 2011
New Revision: 301446

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301446
Log:
Removal of unused variables so Asterisk will compile.

Modified:
    branches/1.8/main/file.c

Modified: branches/1.8/main/file.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/file.c?view=diff&rev=301446&r1=301445&r2=301446
==============================================================================
--- branches/1.8/main/file.c (original)
+++ branches/1.8/main/file.c Wed Jan 12 10:05:12 2011
@@ -290,8 +290,6 @@
 
 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 */




More information about the asterisk-commits mailing list