Use new Doxygen tool from the SCons wiki
[senf.git] / Socket / CommunicationPolicy.cc
index 8523966..bc2fa33 100644 (file)
@@ -53,7 +53,6 @@ prefix_ int satcom::lib::ConnectedCommunicationPolicy::do_accept(FileHandle hand
             switch (errno) {
             case EWOULDBLOCK:
                 return -1;
-                break;
             case EINTR:
                 break;
             default: