From: John Koleszar Date: Wed, 6 Feb 2013 16:22:48 +0000 (-0800) Subject: Eliminate tautology X-Git-Tag: v1.3.0~1151^2~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31cbe2ed9ab5bc8d109c8f0104eef5c471db1ccd;p=libvpx Eliminate tautology Unreachable code that does nothing anyway removed forever. Change-Id: I14105d2dd9dbc9d558f36464055e350dbeb45488 --- diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c index cd7e46915..89707a260 100644 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c @@ -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);