< prev index next >

test/jdk/java/nio/channels/TestUtil.java

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -75,13 +75,9 @@
         return new InetSocketAddress(InetAddress.getLocalHost(), p);
     }
 
     private static String osName = System.getProperty("os.name");
 
-    static boolean onSolaris() {
-        return osName.startsWith("SunOS");
-    }
-
     static boolean onWindows() {
         return osName.startsWith("Windows");
     }
 }
< prev index next >