diff rangecoder.h @ 2337:841a111be02c libavcodec

remove debug stuff
author michael
date Sun, 31 Oct 2004 02:51:39 +0000
parents 25448d0bc924
children e25782262d7d
line wrap: on
line diff
--- a/rangecoder.h	Sun Oct 31 00:42:43 2004 +0000
+++ b/rangecoder.h	Sun Oct 31 02:51:39 2004 +0000
@@ -23,10 +23,6 @@
  * Range coder.
  */
 
-
-#undef NDEBUG
-#include <assert.h>
-
 typedef struct RangeCoder{
     int low;
     int range;