summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/main.go b/main.go
index 8aff206..d4c1f63 100644
--- a/main.go
+++ b/main.go
@@ -43,15 +43,6 @@ func getVersion(repo *gitpb.Repo, name string) string {
return strings.TrimSpace(output)
}
-func reloadCheck(repo *gitpb.Repo) error {
- if err := repo.ReloadCheck(); err != nil {
- log.Info("changed:", repo.FullPath)
- configSave = true
- return err
- }
- return nil
-}
-
func main() {
me = new(mainType)
prep.Bash(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(argv)
@@ -60,12 +51,6 @@ func main() {
me.forge = forgepb.Init()
- if argv.Force {
- me.forge.TestScan()
- doNormal()
- okExit("")
- }
-
me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes
// initialize patches