Skip to content

Commit

Permalink
remove endpoints method
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Sep 19, 2024
1 parent 5a2c288 commit 5b2f8e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 203 deletions.
199 changes: 0 additions & 199 deletions pkarr/src/endpoints.rs

This file was deleted.

3 changes: 0 additions & 3 deletions pkarr/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ pub enum Error {
/// Failed to publish because there is a more recent packet.
NotMostRecent,

#[error("Could not resolve Endpoint for domain: {0}")]
ResolveEndpoint(String),

// === Relay errors ===
#[cfg(all(not(target_arch = "wasm32"), feature = "relay"))]
#[error(transparent)]
Expand Down
1 change: 0 additions & 1 deletion pkarr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ macro_rules! if_relay {
if_dht! {
mod cache;
mod client;
mod endpoints;

if_async! {
mod client_async;
Expand Down

0 comments on commit 5b2f8e5

Please sign in to comment.