Skip to content

Commit

Permalink
util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Feb 1, 2015
1 parent acc54a2 commit 30c4704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/storage/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func (c StorageClient) computeHmac256(message string) string {
}

func currentTimeRfc1123Formatted() string {
const dateLayout = http.TimeFormat // reuse from net/http package
return timeRfc1123Formatted(time.Now().UTC())
}

Expand Down

0 comments on commit 30c4704

Please sign in to comment.