From: Jingning Han Date: Thu, 19 May 2016 16:25:38 +0000 (-0700) Subject: Clear redundant condition check from vp10_ext_tile_test.cc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e816401a8139e9117f018c303fa269478061062e;p=libvpx Clear redundant condition check from vp10_ext_tile_test.cc Change-Id: I74e9df9e314e49b931c23a81d14f5a9e143b0b7d --- diff --git a/test/vp10_ext_tile_test.cc b/test/vp10_ext_tile_test.cc index 7c9e960e9..ad04eebd3 100644 --- a/test/vp10_ext_tile_test.cc +++ b/test/vp10_ext_tile_test.cc @@ -162,7 +162,7 @@ class VP10ExtTileTest break; } - if (IsLastFrame && &tile_img_) { + if (IsLastFrame) { ::libvpx_test::MD5 md5_res; md5_res.Add(&tile_img_); tile_md5_.push_back(md5_res.Get());