diff --git a/source/Lib/DecoderLib/DecCu.cpp b/source/Lib/DecoderLib/DecCu.cpp
index d66c4fd6c182e6a6df04107f21da3337007e852e..56fb08679fe0bc7145b05b8bfd57b6c58831bb24 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 );
         }
         }