[xiph-commits] r18465 - icecast/trunk/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Tue Jul 17 18:40:56 PDT 2012
Author: ph3-der-loewe
Date: 2012-07-17 18:40:55 -0700 (Tue, 17 Jul 2012)
New Revision: 18465
Modified:
icecast/trunk/icecast/src/format.c
Log:
remove unused variable "ice_config_t *config" from format_prepare_headers()
Modified: icecast/trunk/icecast/src/format.c
===================================================================
--- icecast/trunk/icecast/src/format.c 2012-07-17 23:55:09 UTC (rev 18464)
+++ icecast/trunk/icecast/src/format.c 2012-07-18 01:40:55 UTC (rev 18465)
@@ -292,7 +292,6 @@
int bytes;
int bitrate_filtered = 0;
avl_node *node;
- ice_config_t *config;
remaining = client->refbuf->len;
ptr = client->refbuf->data;
More information about the commits
mailing list