summaryrefslogtreecommitdiff
path: root/Command/Map.hs
diff options
context:
space:
mode:
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