shithub: libvpx

Download patch

ref: 22c05c0575313d9e76737bc1cd144a6efab2f657
parent: d75eb7365357ec45626452756308d4327fa66911
author: Yaowu Xu <yaowu@google.com>
date: Wed May 25 05:35:54 EDT 2011

remove code not in use

Change-Id: I6e5e86235d341cce3b02abda26dbeb71940ed955

--- a/vp8/encoder/bitstream.c
+++ b/vp8/encoder/bitstream.c
@@ -40,9 +40,6 @@
     53,  50,  47,  44,  41,  38,  35, 32,
     30,  28,  26,  24,  22,  20,  18, 16,
 };
-#ifdef VP8REF
-#define __int64 long long
-#endif
 
 #if defined(SECTIONBITS_OUTPUT)
 unsigned __int64 Sectionbits[500];