updater: remove useless error

pull/71/head
Quentin Machu 8 years ago committed by Jimmy Zelinskie
parent 0e9a7e1740
commit 45ed80df1b

@ -17,7 +17,6 @@ package rhel
import (
"bufio"
"encoding/xml"
"errors"
"io"
"net/http"
"regexp"
@ -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 {

Loading…
Cancel
Save