[asterisk-commits] dvossel: trunk r301447 - in /trunk: ./ main/file.c

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


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

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301447
Log:
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.
........

Modified:
    trunk/   (props changed)
    trunk/main/file.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

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