Remove symbol cache

See commit 42190f1fb8
This commit is contained in:
JingMatrix 2023-12-28 13:55:19 +01:00
parent 6a7ecd6e7b
commit 3dacebc6bf
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace lspd {
} }
void PatchLoader::Load(JNIEnv* env) { void PatchLoader::Load(JNIEnv* env) {
InitSymbolCache(nullptr); /* InitSymbolCache(nullptr); */
lsplant::InitInfo initInfo { lsplant::InitInfo initInfo {
.inline_hooker = [](auto t, auto r) { .inline_hooker = [](auto t, auto r) {
void* bk = nullptr; void* bk = nullptr;