summaryrefslogtreecommitdiffstats
path: root/third_party/aom/av1/common/seg_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/av1/common/seg_common.h')
-rw-r--r--third_party/aom/av1/common/seg_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/aom/av1/common/seg_common.h b/third_party/aom/av1/common/seg_common.h
index 03ed38e79..69a63874a 100644
--- a/third_party/aom/av1/common/seg_common.h
+++ b/third_party/aom/av1/common/seg_common.h
@@ -48,9 +48,7 @@ struct segmentation {
struct segmentation_probs {
aom_prob tree_probs[SEG_TREE_PROBS];
-#if CONFIG_EC_MULTISYMBOL
aom_cdf_prob tree_cdf[CDF_SIZE(MAX_SEGMENTS)];
-#endif
aom_prob pred_probs[PREDICTION_PROBS];
};