Android: Don't name unused JNIEnv/jobject/jclass parameters

This commit is contained in:
JosJuice
2020-11-07 11:57:43 +01:00
parent 57dc54144d
commit e4793cfb39
6 changed files with 85 additions and 110 deletions

View File

@ -8,8 +8,6 @@
namespace IDCache
{
static constexpr jint JNI_VERSION = JNI_VERSION_1_6;
JNIEnv* GetEnvForThread();
jclass GetNativeLibraryClass();