diff vp3.c @ 9591:483ba97736f8 libavcodec

Remove dead assignments found by CSA
author banan
date Sat, 02 May 2009 09:12:03 +0000
parents 0dce4fe6e6f3
children bd3e11b60ccd
line wrap: on
line diff
--- a/vp3.c	Sat May 02 09:08:40 2009 +0000
+++ b/vp3.c	Sat May 02 09:12:03 2009 +0000
@@ -254,7 +254,6 @@
     int right_edge = 0;
     int bottom_edge = 0;
     int superblock_row_inc = 0;
-    int *hilbert = NULL;
     int mapping_index = 0;
 
     int current_macroblock;
@@ -366,7 +365,6 @@
     current_height = 0;
     superblock_row_inc = s->macroblock_width -
         (s->y_superblock_width * 2 - s->macroblock_width);
-    hilbert = hilbert_walk_mb;
     mapping_index = 0;
     current_macroblock = -1;
     for (i = 0; i < s->u_superblock_start; i++) {