remove unreachable code
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 17:15:51
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -49,8 +49,6 @@ class Distri
49 49
       };
50 50
       m_addr = new InetSocketAddress(InetAddress.getByAddress(byteIp),
51 51
                                      Constants.destPort);
52
-    } catch (java.net.UnknownHostException e) {
53
-      m_addr = null;
54 52
     } catch (java.io.IOException e) {
55 53
       m_addr = null;
56 54
     }
57 55