diff options
author | Anton Khirnov | 2012-10-20 15:22:41 +0200 |
---|---|---|
committer | Anton Khirnov | 2012-12-04 21:40:22 +0100 |
commit | cb45553f577f8e0ebfe05d3287e1b6fa5859b967 (patch) | |
tree | a351c06fb3fc1b79f40c9539af0820d9c630bd6c /libavutil/eval.c | |
parent | 90153465b04bf4175b8e85587d90b3b3e5399020 (diff) |
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavutil/eval.c')
-rw-r--r-- | libavutil/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/eval.c b/libavutil/eval.c index 7a28dbe12d..7887cf6b0e 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -545,7 +545,6 @@ int av_expr_parse_and_eval(double *d, const char *s, } #ifdef TEST -#undef printf #include <string.h> static const double const_values[] = { |