summaryrefslogtreecommitdiffstats
path: root/devtools/client/memory/actions/census-display.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/memory/actions/census-display.js')
-rw-r--r--devtools/client/memory/actions/census-display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/memory/actions/census-display.js b/devtools/client/memory/actions/census-display.js
index d266fe04a5..9abd16d99b 100644
--- a/devtools/client/memory/actions/census-display.js
+++ b/devtools/client/memory/actions/census-display.js
@@ -10,7 +10,7 @@ const {
} = require("resource://devtools/client/memory/actions/refresh.js");
exports.setCensusDisplayAndRefresh = function (heapWorker, display) {
- return async function ({ dispatch, getState }) {
+ return async function ({ dispatch }) {
dispatch(setCensusDisplay(display));
await dispatch(refresh(heapWorker));
};