# HG changeset patch # User Sean Farley # Date 1458620704 25200 # Node ID 2a28bd7eab31e4454a1db409f012e04f1b8cd73c # Parent 769b2b271422346d15652698a9c06ddf98795383 discovery: removed unused oldgetitem diff -r 769b2b271422 -r 2a28bd7eab31 hgext3rd/topic/discovery.py --- a/hgext3rd/topic/discovery.py Mon Mar 21 21:07:41 2016 -0700 +++ b/hgext3rd/topic/discovery.py Mon Mar 21 21:25:04 2016 -0700 @@ -10,7 +10,6 @@ or bool(remote.listkeys('phases').get('publishing', False))) if publishing or not remote.capable('topics'): return orig(repo, remote, outgoing) - oldgetitem = repo.__getitem__ oldrepo = repo.__class__ oldbranchcache = branchmap.branchcache oldfilename = branchmap._filename