From 6c1df6c6a0a32cf46fbdf1f21ddd04e1ac2a016f Mon Sep 17 00:00:00 2001 From: zilmar Date: Tue, 9 Aug 2022 20:42:31 +0930 Subject: [PATCH] Core: Fix compile issue in android bridge --- Source/Android/Bridge/Notification.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Android/Bridge/Notification.cpp b/Source/Android/Bridge/Notification.cpp index 41ff1547e..859e901b2 100644 --- a/Source/Android/Bridge/Notification.cpp +++ b/Source/Android/Bridge/Notification.cpp @@ -3,7 +3,6 @@ #include #include #include -#include #include "Notification.h" #include "JavaBridge.h" #if defined(ANDROID) @@ -117,7 +116,6 @@ bool CNotificationImp::AskYesNoQuestion(const char * /*Question*/) const void CNotificationImp::BreakPoint(const char * FileName, int32_t LineNumber) { - Flush_Recompiler_Log(); TraceFlushLog(); if (g_Settings->LoadBool(Debugger_Enabled)) {