From 35e917ff3b431cdcb7b7dcd0d7bfcb4213c10d29 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 04:02:08 +0000 Subject: [PATCH] code: cpp,server,dbal (1 files) --- dbal/cpp/src/daemon/server.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dbal/cpp/src/daemon/server.cpp b/dbal/cpp/src/daemon/server.cpp index d9d28b864..79ebc7618 100644 --- a/dbal/cpp/src/daemon/server.cpp +++ b/dbal/cpp/src/daemon/server.cpp @@ -106,7 +106,6 @@ void Server::registerRoutes() { } const std::string server_address = address(); - g_server_address = server_address; auto health_handler = [](const drogon::HttpRequestPtr&, std::function&& callback) {