diff --git a/llarp/endpoint_base.hpp b/llarp/endpoint_base.hpp index ceec83a7f..dbe37b9e2 100644 --- a/llarp/endpoint_base.hpp +++ b/llarp/endpoint_base.hpp @@ -73,11 +73,6 @@ namespace llarp uint16_t remotePort; }; - /// maybe get quic mapping info given its stream id - /// returns std::nullopt if we have no stream given that id - std::optional - GetQUICMappingInfoByID(int stream_id) const; - /// add an srv record to this endpoint's descriptor void PutSRVRecord(dns::SRVData srv);