From de937375e4dac792b30c4bde4fce1fd9dd9160f2 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Tue, 26 Mar 2019 22:35:15 +0800 Subject: [PATCH] benchmark: remove unused field in class BenchmarkProgress PR-URL: https://github.com/nodejs/node/pull/26925 Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Signed-off-by: Beth Griggs --- benchmark/_benchmark_progress.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/_benchmark_progress.js b/benchmark/_benchmark_progress.js index 935b1f24d49673..1b7ac738f6de0d 100644 --- a/benchmark/_benchmark_progress.js +++ b/benchmark/_benchmark_progress.js @@ -35,7 +35,6 @@ class BenchmarkProgress { // Number of times each file will be run (roughly). this.runsPerFile = queue.length / benchmarks.length; this.currentFile = ''; // Filename of current benchmark. - this.currentFileConfig; // Configurations for current file // Number of configurations already run for the current file. this.completedConfig = 0; // Total number of configurations for the current file