Skip to content

Commit e5cbbd8

Browse files
committed
Remove unused workaround code
1 parent 27d329c commit e5cbbd8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

core/platform/android/Application-android.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ THE SOFTWARE.
3434
#define LOG_TAG "Application_android Debug"
3535
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
3636

37-
// FIXME: using ndk-r10c will cause the next function could not be found. It may be a bug of ndk-r10c.
38-
// Here is the workaround method to fix the problem.
39-
#ifdef __aarch64__
40-
extern "C" size_t __ctype_get_mb_cur_max(void)
41-
{
42-
return (size_t)sizeof(wchar_t);
43-
}
44-
#endif
45-
4637
static const char* applicationHelperClassName = "dev.axmol.lib.AxmolEngine";
4738

4839
namespace ax

0 commit comments

Comments
 (0)