From 91fd3e6aacb33e5e9b67e7dd997499d966db6824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 19 Jul 2015 22:19:04 -0700 Subject: [PATCH] Remove dead code --- cmd/fdroidcl/main.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmd/fdroidcl/main.go b/cmd/fdroidcl/main.go index 716b4fb..9f98c14 100644 --- a/cmd/fdroidcl/main.go +++ b/cmd/fdroidcl/main.go @@ -80,13 +80,6 @@ func readConfig() error { return nil } -func mustOneRepo() *repo { - if len(config.Repos) != 1 { - log.Fatalf("Exactly one repo is needed") - } - return &config.Repos[0] -} - // A Command is an implementation of a go command // like go build or go fix. type Command struct {