]> granicus.if.org Git - libvpx/commitdiff
Eliminate tautology
authorJohn Koleszar <jkoleszar@google.com>
Wed, 6 Feb 2013 16:22:48 +0000 (08:22 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 6 Feb 2013 16:22:59 +0000 (08:22 -0800)
      Unreachable code
  that does nothing anyway
      removed forever.

Change-Id: I14105d2dd9dbc9d558f36464055e350dbeb45488

vp9/encoder/vp9_rdopt.c

index cd7e46915e84a12ebeda1c1ee5e4ceb7073f1a50..89707a260d9b0c7acb81eb92be157b5ce1b2bd77 100644 (file)
@@ -3265,9 +3265,6 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
 
         mvp_full.as_mv.col >>= 3;
         mvp_full.as_mv.row >>= 3;
-        if (mvp_full.as_int != mvp_full.as_int) {
-          mvp_full.as_int = mvp_full.as_int;
-        }
 
         // adjust search range according to sr from mv prediction
         step_param = MAX(step_param, sr);