From 048c78f1a3bce46a3bca7e667227c9aad88703d3 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Mon, 6 Sep 2021 02:27:07 -0700 Subject: [PATCH] riru: Remove unused DEBUG constant We're using macros instead. --- riru/module/src/main/cpp/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/riru/module/src/main/cpp/main.cpp b/riru/module/src/main/cpp/main.cpp index a6a2492..bb29562 100644 --- a/riru/module/src/main/cpp/main.cpp +++ b/riru/module/src/main/cpp/main.cpp @@ -15,8 +15,6 @@ #define DEBUG(...) #endif -static constexpr bool DEBUG = true; - static void *moduleDex; static size_t moduleDexSize;