Commit f3c4cf78 authored by hyperxor's avatar hyperxor

Delete useless ifdef in peer.cc

parent af1cecd8
......@@ -65,9 +65,7 @@ const std::string &Peer::hostname() {
return hostname_;
}
#ifdef PISTACHE_USE_SSL
void *Peer::ssl() const { return ssl_; }
#endif /* PISTACHE_USE_SSL */
int Peer::fd() const {
if (fd_ == -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment