From e9c1750204645617c97de21a03d15b30d646f27e Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 1 May 2010 16:42:24 +0200 Subject: [PATCH] taskmgr: Remove variable CommitChargeLimit which is not really used from Graph_DrawMemUsageHistoryGraph. --- programs/taskmgr/graph.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/programs/taskmgr/graph.c b/programs/taskmgr/graph.c index 5e26eadb8b..84a73073ca 100644 --- a/programs/taskmgr/graph.c +++ b/programs/taskmgr/graph.c @@ -320,7 +320,6 @@ static void Graph_DrawMemUsageGraph(HDC hDC, HWND hWnd) static void Graph_DrawMemUsageHistoryGraph(HDC hDC, HWND hWnd) { RECT rcClient; - ULONGLONG CommitChargeLimit; int i; static int offset = 0; @@ -337,11 +336,6 @@ static void Graph_DrawMemUsageHistoryGraph(HDC hDC, HWND hWnd) */ FillSolidRect(hDC, &rcClient, RGB(0, 0, 0)); - /* - * Get the memory usage - */ - CommitChargeLimit = (ULONGLONG)PerfDataGetCommitChargeLimitK(); - /* * Draw the graph background * -- 2.32.0.93.g670b81a890