Skip to content

Commit

Permalink
reamove deadcode
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Mar 11, 2018
1 parent b9b41f3 commit ec4c4be
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ func main() {
w.Flush()
}

func usageAndExit(message string, exitCode int) {
if message != "" {
fmt.Fprintf(os.Stderr, message)
fmt.Fprintf(os.Stderr, "\n\n")
}
flag.Usage()
fmt.Fprintf(os.Stderr, "\n")
os.Exit(exitCode)
}

func getFilesInfo(d *goquery.Document) []fileInfo {
files := []fileInfo{}
d.Find(".pure-table tr:not(:first-child)").Each(func(j int, l *goquery.Selection) {
Expand Down

0 comments on commit ec4c4be

Please sign in to comment.