Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Mar 5, 2025
1 parent 84ea50e commit 5d5f382
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/MaaAgentClient/Client/AgentClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ std::optional<std::string> AgentClient::create_socket(const std::string& identif
return std::nullopt;
}

static auto kTempDir = std::filesystem::temp_directory_path();

constexpr std::string_view kAddrFormat = "ipc://{}/maafw-agent-{}.sock";

const std::string& id = identifier.empty() ? generate_identifier() : identifier;
ipc_addr_ = generate_socket_address(id);
LogInfo << VAR(ipc_addr_);
Expand Down

0 comments on commit 5d5f382

Please sign in to comment.