From fdd6528ba2c93fc1110109c6bfd1f02c5c075c3f Mon Sep 17 00:00:00 2001 From: Vikas Arora Date: Wed, 24 Sep 2014 11:58:51 -0700 Subject: [PATCH] Remove unused VP8LDecoder member variable Remove the unused VP8LDecoder member variable (last_cached_) Change-Id: I4a7d2f1b72d166efb978850e061dc69c8509e224 --- src/dec/vp8li.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dec/vp8li.h b/src/dec/vp8li.h index ab980daf..8886e47f 100644 --- a/src/dec/vp8li.h +++ b/src/dec/vp8li.h @@ -78,7 +78,6 @@ struct VP8LDecoder { // not be transformed, scaled and // color-converted yet. int last_out_row_; // last row output so far. - int last_cached_; VP8LMetadata hdr_;