hgext/fastannotate/protocol.py
changeset 39215 eaa14dff3226
parent 39214 8da20fc9fc07
child 39251 bb2b462f81da
--- a/hgext/fastannotate/protocol.py	Thu Aug 09 15:08:32 2018 -0400
+++ b/hgext/fastannotate/protocol.py	Mon Aug 20 16:13:17 2018 -0400
@@ -15,7 +15,6 @@
     extensions,
     hg,
     localrepo,
-    scmutil,
     wireprotov1peer,
     wireprotov1server,
 )
@@ -188,8 +187,6 @@
     if threshold <= 0:
         return paths
 
-    master = repo.ui.config('fastannotate', 'mainbranch') or 'default'
-
     result = []
     for path in paths:
         try: