Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtk committed May 24, 2018
1 parent 85abb11 commit f84422b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xctemplate/xctemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,3 @@ func main() {
log.Fatal(err)
}
}

func Exists(filename string) bool {
_, err := os.Stat(filename)
return err == nil
}

0 comments on commit f84422b

Please sign in to comment.