From bb54f6a2411ddb040c639b33622018f7be3c9698 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 13 Nov 2023 17:54:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/MaaAdbControlUnit/Invoke/InvokeApp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/MaaAdbControlUnit/Invoke/InvokeApp.h b/source/MaaAdbControlUnit/Invoke/InvokeApp.h index e4ee0ca4b..5ccdd0b98 100644 --- a/source/MaaAdbControlUnit/Invoke/InvokeApp.h +++ b/source/MaaAdbControlUnit/Invoke/InvokeApp.h @@ -26,10 +26,6 @@ class InvokeApp : public UnitBase std::shared_ptr invoke_bin(const std::string& extra, bool wants_stderr = false); std::shared_ptr invoke_app(const std::string& package); -#ifdef MAA_DEBUG - std::string get_tempname() const { return tempname_; } -#endif - private: Argv abilist_argv_; Argv sdk_argv_;