diff --git a/include/opendht/proxy.h b/include/opendht/proxy.h
index ad66f2010fa5dcda9a5b7b4ca59c030fce4d8429..2274acbe26c806a4a3123eb9163340eed2bef440 100644
--- a/include/opendht/proxy.h
+++ b/include/opendht/proxy.h
@@ -24,7 +24,7 @@ namespace proxy {
 
 constexpr const std::chrono::hours OP_TIMEOUT {24}; // one day
 constexpr const std::chrono::hours OP_MARGIN {2}; // two hours
-constexpr const char* const HTTP_PROTO {"http://"};
+
 using ListenToken = uint64_t;
 
 }