From cb2c037c0610b541d38d6eacb12161047f01081c Mon Sep 17 00:00:00 2001 From: Zoe Liu Date: Wed, 22 Jun 2016 10:25:40 -0700 Subject: [PATCH] Remove unnecessary macros Change-Id: Id0975947b4e7b76b2c2464905f3b9a29245946c2 --- vp10/encoder/encoder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp10/encoder/encoder.c b/vp10/encoder/encoder.c index 97a72992d..438cbb531 100644 --- a/vp10/encoder/encoder.c +++ b/vp10/encoder/encoder.c @@ -3384,8 +3384,6 @@ void vp10_update_reference_frames(VP10_COMP *cpi) { BufferPool *const pool = cm->buffer_pool; const int use_upsampled_ref = cpi->sf.use_upsampled_references; int new_uidx = 0; -#if CONFIG_EXT_REFS -#endif // CONFIG_EXT_REFS // NOTE: Save the new show frame buffer index for --test-code=warn, i.e., // for the purpose to verify no mismatch between encoder and decoder. -- 2.49.0