From b80e7bf493bdeecf2938c99b0f6c53b24aa067a6 Mon Sep 17 00:00:00 2001
From: Tomohiro Ikai <ikai.tomohiro@sharp.co.jp>
Date: Fri, 25 Jan 2019 17:35:34 +0900
Subject: [PATCH] remove unnecessary code

---
 source/Lib/DecoderLib/DecCu.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/source/Lib/DecoderLib/DecCu.cpp b/source/Lib/DecoderLib/DecCu.cpp
index d66c4fd6c..56fb08679 100644
--- a/source/Lib/DecoderLib/DecCu.cpp
+++ b/source/Lib/DecoderLib/DecCu.cpp
@@ -530,9 +530,6 @@ void DecCu::xDeriveCUMV( CodingUnit &cu )
 
           mrgCtx.setMergeInfo( pu, pu.mergeIdx );
 
-#if JVET_M0068_M0171_MMVD_CLEANUP
-          PU::restrictBiPredMergeCandsOne(pu);
-#endif
           PU::spanMotionInfo( pu, mrgCtx );
         }
         }
-- 
GitLab