diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2009-04-18 18:11:00 +0200 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2009-04-18 18:51:28 +0200 |
| commit | 0cb5b42d546538b455ac3bbe90b07e3eb67eb820 (patch) | |
| tree | 24b178742be806e745b7a3891aa0d63920c364b4 /ext/speex | |
| parent | cdb03bdc2b4548909f3f47eec6dfbbb3b5159411 (diff) | |
Remove trivial unused variables detected by CLang static analyzer.
Diffstat (limited to 'ext/speex')
| -rw-r--r-- | ext/speex/gstspeexenc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index bbd463dc..fb200820 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -527,9 +527,6 @@ static gboolean gst_speex_enc_sink_query (GstPad * pad, GstQuery * query) { gboolean res = TRUE; - GstSpeexEnc *enc; - - enc = GST_SPEEX_ENC (GST_PAD_PARENT (pad)); switch (GST_QUERY_TYPE (query)) { case GST_QUERY_CONVERT: |
