diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-23 16:46:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-23 16:46:43 -0400 |
commit | 7e637c86630b65621d301afb174cd95efe567130 (patch) | |
tree | a00fd57b3c0d775f5195d1c3c964beb63621199e /Command | |
parent | f263f6a16fe4b7890cebbccdcfef86a4c85f1dee (diff) |
remove unused
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Map.hs | 1 |
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 |