From ff815781bab14d2392c01e9a694733e32c3eed27 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 7 Mar 2025 09:10:12 +0800 Subject: [PATCH] Update hook_helper.hpp --- lsplant/src/main/jni/include/utils/hook_helper.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lsplant/src/main/jni/include/utils/hook_helper.hpp b/lsplant/src/main/jni/include/utils/hook_helper.hpp index a1502d2..bae81b3 100644 --- a/lsplant/src/main/jni/include/utils/hook_helper.hpp +++ b/lsplant/src/main/jni/include/utils/hook_helper.hpp @@ -220,10 +220,4 @@ consteval auto operator|([[maybe_unused]] Symbol a, [[maybe_unused]] Symbol

*[](std::string *x) static -> char { - return backup(x); - }; -} } // namespace lsplant