From: Yaowu Xu Date: Wed, 25 May 2011 16:35:54 +0000 (-0700) Subject: remove code not in use X-Git-Tag: v0.9.7~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c05c0575313d9e76737bc1cd144a6efab2f657;p=libvpx remove code not in use Change-Id: I6e5e86235d341cce3b02abda26dbeb71940ed955 --- diff --git a/vp8/encoder/bitstream.c b/vp8/encoder/bitstream.c index 284025d4e..ec2bb94a7 100644 --- a/vp8/encoder/bitstream.c +++ b/vp8/encoder/bitstream.c @@ -40,9 +40,6 @@ const int vp8cx_base_skip_false_prob[128] = 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];