Skip to content

Commit

Permalink
Merge pull request #1833 from jecisc/dead-code
Browse files Browse the repository at this point in the history
Remove unused author
  • Loading branch information
jecisc authored Jul 26, 2024
2 parents 1081fb5 + 1f3c01e commit 1f698e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Iceberg/IceMCVersionInfo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,19 @@ IceMCVersionInfo >> fromCommit: aCommit package: aPackage [
"See #fromPackage:message:"
commit := aCommit.
package := aPackage.

date := commit datetime asDate.
time := commit datetime asTime.

name := ('{1}-{2}.{3}' format: {
package name.
commit compatibleUsername.
commit datetime asUnixTime
}).

id := self class uuidFromCommit: aCommit package: aPackage.

message := commit comment.
author := commit compatibleUsername
id := self class uuidFromCommit: aCommit package: aPackage.

message := commit comment
]

{ #category : 'initialization' }
Expand Down

0 comments on commit 1f698e8

Please sign in to comment.