Remove always false expression

This commit is contained in:
Rin Cat 2021-07-15 02:42:45 -04:00
parent dddcdfdcb4
commit 26679bf5ec
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -1447,8 +1447,6 @@ void phydm_dfs_histogram_radar_distinguish(
}
dfs->hist_idx++;
dfs->hist_long_idx++;
if (dfs->hist_long_idx == 300)
dfs->hist_long_idx = 0;
if (region_domain == 1 || region_domain == 3) {
if (dfs->hist_idx == 3)
dfs->hist_idx = 0;