Skip to content

Commit

Permalink
chore: 删掉没用到的函数
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 13, 2023
1 parent ad7fef3 commit bb54f6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/MaaAdbControlUnit/Invoke/InvokeApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ class InvokeApp : public UnitBase
std::shared_ptr<IOHandler> invoke_bin(const std::string& extra, bool wants_stderr = false);
std::shared_ptr<IOHandler> invoke_app(const std::string& package);

#ifdef MAA_DEBUG
std::string get_tempname() const { return tempname_; }
#endif

private:
Argv abilist_argv_;
Argv sdk_argv_;
Expand Down

0 comments on commit bb54f6a

Please sign in to comment.