src/Pure/System/system_channel.scala
changeset 54344 3ff2cb4bda76
parent 54340 18c621069bf8
child 57915 448325de6e4f
--- a/src/Pure/System/system_channel.scala	Wed Oct 16 13:02:35 2013 +0200
+++ b/src/Pure/System/system_channel.scala	Mon Oct 14 19:50:36 2013 +0200
@@ -15,7 +15,7 @@
 
 object System_Channel
 {
-  def apply(use_socket: Boolean = false): System_Channel =
+  def apply(): System_Channel =
     if (Platform.is_windows) new Socket_Channel else new Fifo_Channel
 }