Remove unused var

This commit is contained in:
Sergey Dryabzhinsky 2016-02-28 15:30:26 +03:00
parent dbc5553841
commit 5a32fd4082

View file

@ -225,8 +225,6 @@ static ngx_int_t
ngx_rtmp_bandwidth_detection_on_error(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
ngx_chain_t *in)
{
ngx_rtmp_bandwidth_detection_ctx_t *ctx;
static struct {
double trans;
} v;