Socket.st
changeset 4671 4943f9446d1c
parent 4638 4d145bdadcf8
child 4736 c5a3e2dae276
--- a/Socket.st	Mon May 14 01:40:22 2018 +0200
+++ b/Socket.st	Mon May 14 22:41:50 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -1667,12 +1665,6 @@
     ^ self nextPutBytes:aStringOrByteArray size from:aStringOrByteArray startingAt:1.
 !
 
-setOption: optionName value: optionValue
-    ^ self setSocketOption:(optionName asSymbol) argument:optionValue argument:nil
-
-    "Modified: / 04-06-2007 / 21:23:19 / cg"
-!
-
 waitForConnectionUntil:aTimestamp
     "return true if connected"