riru: Remove unused DEBUG constant

We're using macros instead.
This commit is contained in:
Danny Lin 2021-09-06 02:27:07 -07:00
parent 2f012bfed5
commit 048c78f1a3
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC

View File

@ -15,8 +15,6 @@
#define DEBUG(...)
#endif
static constexpr bool DEBUG = true;
static void *moduleDex;
static size_t moduleDexSize;