diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-08 22:58:07 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-09 20:52:39 +0100 |
commit | 54918d0394dda4fce52e7cddde0d35ff4e6add7e (patch) | |
tree | 802d95ef36c6bea7cc6fce299b14eff04d3fddd6 /libavutil | |
parent | 6d3783d16001810885603b39857d48bc84744ea2 (diff) | |
download | ffmpeg-54918d0394dda4fce52e7cddde0d35ff4e6add7e.tar.gz |
libavutil: remove unused av_abort() macro
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index aa56c0578c..75c5156d0f 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -56,10 +56,6 @@ struct AVDictionary { # define INT_BIT (CHAR_BIT * sizeof(int)) #endif -/* debug stuff */ - -#define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0) - /* avoid usage of dangerous/inappropriate system functions */ #undef malloc #define malloc please_use_av_malloc |