From 401bec5010888aa748981df5c0bb8e84d63da211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 3 Apr 2024 07:26:23 +0200 Subject: [PATCH] style --- Net/include/Poco/Net/HostEntry.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Net/include/Poco/Net/HostEntry.h b/Net/include/Poco/Net/HostEntry.h index e3dfab53e..a0fdcc6ad 100644 --- a/Net/include/Poco/Net/HostEntry.h +++ b/Net/include/Poco/Net/HostEntry.h @@ -76,7 +76,6 @@ public: /// for the host. private: - std::string _name; AliasList _aliases; AddressList _addresses;