diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp index db8f48a3..820e9fe9 100644 --- a/hyprctl/main.cpp +++ b/hyprctl/main.cpp @@ -50,12 +50,6 @@ void request(std::string arg) { return; } - const auto SERVER = gethostbyname("localhost"); - - if (!SERVER) { - std::cout << "Couldn't get host (2)"; - return; - } // get the instance signature auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");