Remove execinfo.h include

This commit is contained in:
Duy Tran Khanh
2020-12-01 06:21:42 +07:00
committed by GitHub
parent 771f233ba4
commit 3e2eb97208

View File

@@ -23,10 +23,6 @@
* questions.
*/
#ifdef __linux__
#include <execinfo.h>
#endif
#include <jvm.h>
#include <jni.h>
#include <jlong.h>