Merge "Removing unused struct member mvcount[MV_VALS]."
diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h
index c42653d..d843f5b 100644
--- a/vp9/common/vp9_entropymv.h
+++ b/vp9/common/vp9_entropymv.h
@@ -112,7 +112,6 @@
 
 
 typedef struct {
-  unsigned int mvcount[MV_VALS];
   unsigned int sign[2];
   unsigned int classes[MV_CLASSES];
   unsigned int class0[CLASS0_SIZE];