summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 8a8f2c4..5227630 100644
--- a/main.go
+++ b/main.go
@@ -186,11 +186,6 @@ func main() {
okExit("")
}
- if argv.GitFetch != nil {
- doGitFetch()
- okExit("")
- }
-
if argv.Merge != nil {
if argv.Merge.Devel != nil {
start := time.Now()