]> git.tdb.fi Git - libs/net.git/blobdiff - source/socket.h
Remove the now-obsolete check_state method
[libs/net.git] / source / socket.h
index dbe31512a6f677eeed424d3a12748a50d8fc87eb..6eb29066e03d078a469f897c79c99f35a19ebcbe 100644 (file)
@@ -49,7 +49,6 @@ public:
        const SockAddr &get_local_address() const;
        const SockAddr &get_peer_address() const;
 protected:
-       void check_state(bool) const;
        int set_option(int, int, const void *, socklen_t);
        int get_option(int, int, void *, socklen_t *) const;
        unsigned do_write(const char *, unsigned);