From: Johann Date: Mon, 24 Oct 2011 23:33:45 +0000 (-0700) Subject: remove unused variable warning X-Git-Tag: v1.0.0~110^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a82cc0205dd6227c2a10e0bff8b11aa1c6da0652;p=libvpx remove unused variable warning Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2 --- diff --git a/vp8/encoder/ethreading.c b/vp8/encoder/ethreading.c index c4e12ff02..748942b23 100644 --- a/vp8/encoder/ethreading.c +++ b/vp8/encoder/ethreading.c @@ -84,7 +84,6 @@ THREAD_FUNCTION thread_encoding_proc(void *p_data) for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1)) { - int i; int recon_yoffset, recon_uvoffset; int mb_col; int ref_fb_idx = cm->lst_fb_idx;