Remove unused method vars
authorStefan Vogel <sv@exept.de>
Thu, 06 Feb 2003 10:27:30 +0100
changeset 7008 e154492de5d8
parent 7007 9af8cc2f82a4
child 7009 ff25646920f6
Remove unused method vars
AbsoluteTime.st
Timestamp.st
--- a/AbsoluteTime.st	Wed Feb 05 10:53:57 2003 +0100
+++ b/AbsoluteTime.st	Thu Feb 06 10:27:30 2003 +0100
@@ -445,7 +445,7 @@
      On error, raise an exception.
      Please use this format for all external representations - its the standard."
 
-    |str day month year hour min sec millis fraction tz|
+    |str day month year hour min sec millis fraction|
 
     str := aStringOrStream readStream.
 
@@ -531,7 +531,6 @@
 
    24 is allowed with ISO, and is 00:00 of the next day:
      AbsoluteTime readIso8601FormatFrom:'1995-02-20 24:00:00'    
-
     "
 !
 
@@ -1168,5 +1167,5 @@
 !AbsoluteTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/AbsoluteTime.st,v 1.72 2003-02-04 17:55:21 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/AbsoluteTime.st,v 1.73 2003-02-06 09:27:30 stefan Exp $'
 ! !
--- a/Timestamp.st	Wed Feb 05 10:53:57 2003 +0100
+++ b/Timestamp.st	Thu Feb 06 10:27:30 2003 +0100
@@ -445,7 +445,7 @@
      On error, raise an exception.
      Please use this format for all external representations - its the standard."
 
-    |str day month year hour min sec millis fraction tz|
+    |str day month year hour min sec millis fraction|
 
     str := aStringOrStream readStream.
 
@@ -531,7 +531,6 @@
 
    24 is allowed with ISO, and is 00:00 of the next day:
      AbsoluteTime readIso8601FormatFrom:'1995-02-20 24:00:00'    
-
     "
 !
 
@@ -1168,5 +1167,5 @@
 !AbsoluteTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.72 2003-02-04 17:55:21 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.73 2003-02-06 09:27:30 stefan Exp $'
 ! !