summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index 6a80f8cb..86e481a8 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -121,8 +121,6 @@ public:
uint32_t recive(uint8_t* buf, uint32_t size);
uint32_t send(uint8_t* buf, uint32_t size);
- static uint32_t host_by_name(const char *host);
-
protected:
virtual void on_event() {}
virtual int get_socket() { return _peer;}