summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-04-03 16:08:37 -0700
committerJames Zern <jzern@google.com>2015-04-03 16:08:37 -0700
commit7b4f7279592ab2689c3ff091cfd401ccfb3bd047 (patch)
tree54b7d0d73208c945bb54c961df2a80950a8467ee
parent44e364092356569e89db86550557a02ffa6953f1 (diff)
downloadlibvpx-7b4f7279592ab2689c3ff091cfd401ccfb3bd047.tar
libvpx-7b4f7279592ab2689c3ff091cfd401ccfb3bd047.tar.gz
libvpx-7b4f7279592ab2689c3ff091cfd401ccfb3bd047.tar.bz2
libvpx-7b4f7279592ab2689c3ff091cfd401ccfb3bd047.zip
vp8_print_modes_and_motion_vectors: remove dead stores
Change-Id: I438cbf4970fa2220fb73b0b41a29e654836d4e3b
-rw-r--r--vp8/common/debugmodes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/common/debugmodes.c b/vp8/common/debugmodes.c
index 46064e61d..159fddc6a 100644
--- a/vp8/common/debugmodes.c
+++ b/vp8/common/debugmodes.c
@@ -81,7 +81,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f
fprintf(mvs, "\n");
/* print out the block modes */
- mb_index = 0;
fprintf(mvs, "Mbs for Frame %d\n", frame);
{
int b_row;
@@ -129,7 +128,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f
/* print out the block modes */
- mb_index = 0;
fprintf(mvs, "MVs for Frame %d\n", frame);
{
int b_row;