Commit 54918d03 authored by Mans Rullgard's avatar Mans Rullgard

libavutil: remove unused av_abort() macro

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 6d3783d1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment