summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
Diffstat (limited to 'find.go')
-rw-r--r--find.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/find.go b/find.go
index c81fa60..31659db 100644
--- a/find.go
+++ b/find.go
@@ -17,11 +17,6 @@ func (f *FindCmd) findRepos() {
return
}
- if argv.List.Patches != nil {
- findReposWithPatches()
- return
- }
-
if f.All {
findAll()
return