commit | 66bc0cb92e1e2f52145b979c34b2c995876cc1a1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 07 20:49:36 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 07 20:49:36 2024 +0000 |
tree | c4c4c17b4193e7d6424de7227063ff560ca04f1c | |
parent | 3e492b87669dfa27a958726473fa1aa876c34f06 [diff] |
Remove unused #define. This file doesn't use the constants, the global build flags were already providing this workaround anyway, and none of our host/device libcs require it any more. Test: treehugger Change-Id: I6b4e6eddebbba2f004527f330e454a07a050a696
diff --git a/media/libaudioprocessing/AudioResamplerSinc.cpp b/media/libaudioprocessing/AudioResamplerSinc.cpp index f2c386d..1a08a03 100644 --- a/media/libaudioprocessing/AudioResamplerSinc.cpp +++ b/media/libaudioprocessing/AudioResamplerSinc.cpp
@@ -17,7 +17,6 @@ #define LOG_TAG "AudioResamplerSinc" //#define LOG_NDEBUG 0 -#define __STDC_CONSTANT_MACROS #include <malloc.h> #include <pthread.h> #include <string.h>