Remove warnings (work package 1)
[anna.git] / source / comm / Socket.cpp
index 9a7db2b..9f770f3 100644 (file)
@@ -239,9 +239,6 @@ std::string Socket::asString() const
 throw() {
   std::string msg("comm::Socket { Domain: ");
 
-  if(this == NULL)
-    return msg += " <null> }";
-
   switch(a_domain) {
   case Domain::Unix: msg += "Unix"; break;
   case Domain::Inet: msg += "Inet"; break;