Skip to content

Commit

Permalink
ubuntu: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hdonnay committed May 20, 2020
1 parent b284357 commit 92a7a15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ubuntu/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ const (
OVALTemplate = "https://people.canonical.com/~ubuntu-security/oval/com.ubuntu.%s.cve.oval.xml"
)

var publicDateLayouts = []string{
"2006-01-02",
"2006-01-02 15:04:05 MST",
}

var shouldBzipFetch = map[Release]bool{
Artful: false,
Bionic: true,
Expand Down

0 comments on commit 92a7a15

Please sign in to comment.