IPSocketAddress.st
changeset 1024 41e623285c68
parent 1023 12bc2a0f60b5
child 1025 1249240a3219
--- a/IPSocketAddress.st	Thu Mar 07 11:41:42 2002 +0100
+++ b/IPSocketAddress.st	Thu Mar 07 11:42:38 2002 +0100
@@ -123,10 +123,6 @@
     "
 !
 
-ipString
-	^self class bytesToName: self hostAddress
-!
-
 port
     ^ port
 !
@@ -176,5 +172,5 @@
 !IPSocketAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.11 2002-03-07 10:41:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.12 2002-03-07 10:42:38 cg Exp $'
 ! !