From a82cc0205dd6227c2a10e0bff8b11aa1c6da0652 Mon Sep 17 00:00:00 2001
From: Johann <johannkoenig@google.com>
Date: Mon, 24 Oct 2011 16:33:45 -0700
Subject: [PATCH] remove unused variable warning

Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2
---
 vp8/encoder/ethreading.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vp8/encoder/ethreading.c b/vp8/encoder/ethreading.c
index c4e12ff024..748942b231 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;
-- 
GitLab