From 58a246b94278fc06eb8a8eff390d98f4da95839f Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Tue, 4 Oct 2022 16:02:56 +0100
Subject: [PATCH] UI: Remove retainer size, this is never populated

---
 ghc-debug-brick/src/Main.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc-debug-brick/src/Main.hs b/ghc-debug-brick/src/Main.hs
index 63126e5..9cfa5eb 100644
--- a/ghc-debug-brick/src/Main.hs
+++ b/ghc-debug-brick/src/Main.hs
@@ -138,8 +138,6 @@ myAppDraw (AppState majorState') =
       ++
       [ txt $ "Exclusive Size   "
             <> maybe "" (pack . show @Int . GD.getSize) (Just $ _excSize cd) <> " bytes"
-      , txt $ "Retained Size    "
-            <> maybe "" (pack . show @Int . GD.getRetainerSize) (_retainerSize cd) <> " bytes"
       , fill ' '
       ]
   renderClosureDetails Nothing = emptyWidget
-- 
GitLab