diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 19:39:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 19:39:02 -0500 |
| commit | b847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (patch) | |
| tree | 043c553775f196940e0ba76bcbe32198b9a9bd02 /doSync.go | |
| parent | aea7f168911df8a91357270a0eab84c4b5ff1174 (diff) | |
remove old code
Diffstat (limited to 'doSync.go')
| -rw-r--r-- | doSync.go | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -3,16 +3,9 @@ package main -import ( - "fmt" - "path/filepath" - - "go.wit.com/lib/protobuf/gitpb" - "go.wit.com/log" -) - // trys to figure out if there is still something to update +/* func doSync() error { if argv.Pull.Sync.Clean != nil { return doSyncClean() @@ -83,3 +76,4 @@ func syncDevelBranches() error { } return nil } +*/ |
