Browse Source

removing cruft

logicp 5 years ago
parent
commit
517f625dd9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      headers/socket_listener.h

+ 0 - 2
headers/socket_listener.h

@@ -29,8 +29,6 @@ class SocketListener : public SendInterface {
     void operator()() { m_cb(); }
 
    private:
-    //    int m_client_socket_fd;
-    //    std::shared_ptr<char[]> m_char_ptr;
     std::function<void()> m_cb;
   };
   // constructor