Removed unnecessary comments
This commit is contained in:
@@ -26,6 +26,5 @@ public:
|
||||
|
||||
Client(int ip_ver, char protocol, const char* address, int port) : Sock(ip_ver, protocol, address, port) {}
|
||||
|
||||
/* TODO - Add comments to better explain the inheritance and polymorphism going on */
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user