summaryrefslogtreecommitdiff
path: root/platform/android/src/run_loop_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/run_loop_impl.hpp')
-rw-r--r--platform/android/src/run_loop_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/src/run_loop_impl.hpp b/platform/android/src/run_loop_impl.hpp
index 9622efb368..cb553d1f8a 100644
--- a/platform/android/src/run_loop_impl.hpp
+++ b/platform/android/src/run_loop_impl.hpp
@@ -41,7 +41,6 @@ public:
ALooper* loop = nullptr;
RunLoop* runLoop = nullptr;
util::Atomic<bool> running;
- bool isDefaultLoop = false;
private:
friend RunLoop;