summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/lls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/lls.c b/libavutil/lls.c
index 396c4f780e..0556d8c80f 100644
--- a/libavutil/lls.c
+++ b/libavutil/lls.c
@@ -28,9 +28,6 @@
#include "lls.h"
-#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
-#include <assert.h>
-
#ifdef TEST
#define av_log(a,b,...) printf(__VA_ARGS__)
#endif