aboutsummaryrefslogtreecommitdiff
path: root/Command/Map.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 16:46:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 16:46:43 -0400
commit7e637c86630b65621d301afb174cd95efe567130 (patch)
treea00fd57b3c0d775f5195d1c3c964beb63621199e /Command/Map.hs
parentf263f6a16fe4b7890cebbccdcfef86a4c85f1dee (diff)
remove unused
Diffstat (limited to 'Command/Map.hs')
-rw-r--r--Command/Map.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index d4a656b69..2b21c40ba 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -75,7 +75,6 @@ drawMap rs trustmap umap = Dot.graph $ repos ++ others
filter (`notElem` ruuids) (M.keys umap)
uuidnode u = trustDecorate trustmap u $
Dot.graphNode (fromUUID u) $ M.findWithDefault "" u umap
- ts = M.keys (M.filter (== Trusted) trustmap)
hostname :: Git.Repo -> String
hostname r