Skip to content

Commit

Permalink
updater: remove useless error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent 0e9a7e1 commit 45ed80d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions updater/fetchers/rhel/rhel.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package rhel
import (
"bufio"
"encoding/xml"
"errors"
"io"
"net/http"
"regexp"
Expand Down Expand Up @@ -52,9 +51,6 @@ var (
rhsaRegexp = regexp.MustCompile(`com.redhat.rhsa-(\d+).xml`)

log = capnslog.NewPackageLogger("github.com/coreos/clair", "updater/fetchers/rhel")

// ErrCouldNotParse is returned when a fetcher fails to parse the update data.
ErrCouldNotParse = errors.New("updater/fetchers: could not parse")
)

type oval struct {
Expand Down

0 comments on commit 45ed80d

Please sign in to comment.