From 2a050620e5f4ff55749cd8a7ad981898f5aca6db Mon Sep 17 00:00:00 2001 From: Christian Duvivier Date: Tue, 21 Aug 2012 14:58:31 -0700 Subject: Fix warning. Change-Id: I99311811820169d62fda3febac4bafacfc7a538b --- vp8/encoder/onyx_if.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vp8/encoder/onyx_if.c') diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c index 256c70386..c3df54481 100644 --- a/vp8/encoder/onyx_if.c +++ b/vp8/encoder/onyx_if.c @@ -630,7 +630,6 @@ static void update_reference_segmentation_map(VP8_COMP *cpi) { for (row = 0; row < sb_rows; row++) { for (col = 0; col < sb_cols; col++) { MODE_INFO *miptr = mi + col * 2; - uint8_t *seg = segmap + col * 2; uint8_t *cache = segcache + col * 2; #if CONFIG_SUPERBLOCKS if (miptr->mbmi.encoded_as_sb) { -- cgit v1.2.3