Remove redundant assert in compound_type_rd

Removed redundant asserts in compound_type_rd()

Change-Id: Idacb4b0a943445c47252ce91b57d6cfe4f016af0
diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c
index dc45fac..1855200 100644
--- a/av1/encoder/rdopt.c
+++ b/av1/encoder/rdopt.c
@@ -9894,10 +9894,6 @@
             const int64_t tmp_rd_thresh = AOMMIN(*rd, rd_thresh) - mode_rd;
             const int64_t est_rd = estimate_yrd_for_sb(
                 cpi, bsize, x, tmp_rd_thresh, &est_rd_stats);
-            if (comp_rate[cur_type] != INT_MAX) {
-              assert(comp_rate[cur_type] == est_rd_stats.rate);
-              assert(comp_dist[cur_type] == est_rd_stats.dist);
-            }
             if (est_rd != INT64_MAX) {
               best_rd_cur =
                   RDCOST(x->rdmult, rs2 + *rate_mv + est_rd_stats.rate,