From: Jim Bankoski Date: Sun, 29 Sep 2013 18:39:26 +0000 (-0700) Subject: cpplint issue extra line in decodemv.c X-Git-Tag: v1.3.0~370^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf688474ea751c886b0642cc22f774b9795f833d;p=libvpx cpplint issue extra line in decodemv.c Change-Id: I29b5bbb9bed7296d0bf7d58ae1e78187ccdc5b34 --- diff --git a/vp9/decoder/vp9_decodemv.c b/vp9/decoder/vp9_decodemv.c index cef5ada7f..ba9fad25e 100644 --- a/vp9/decoder/vp9_decodemv.c +++ b/vp9/decoder/vp9_decodemv.c @@ -176,7 +176,6 @@ static void read_intra_frame_mode_info(VP9D_COMP *pbi, MODE_INFO *m, static int read_mv_component(vp9_reader *r, const nmv_component *mvcomp, int usehp) { - int mag, d, fr, hp; const int sign = vp9_read(r, mvcomp->sign); const int mv_class = treed_read(r, vp9_mv_class_tree, mvcomp->classes);