From 3d81b04e91218a3626d34019294aa366498ba13f Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Sat, 28 Jul 2012 23:16:25 +0000 Subject: Delete unused member variable. BUG=none Review URL: https://chromiumcodereview.appspot.com/10828063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148909 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/tools/compositor_model_bench/compositor_model_bench.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gpu/tools') diff --git a/gpu/tools/compositor_model_bench/compositor_model_bench.cc b/gpu/tools/compositor_model_bench/compositor_model_bench.cc index 0196d9b..1f5de48 100644 --- a/gpu/tools/compositor_model_bench/compositor_model_bench.cc +++ b/gpu/tools/compositor_model_bench/compositor_model_bench.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -61,8 +61,7 @@ void _update_loop(Simulator* sim); class Simulator { public: Simulator(int seconds_per_test, const FilePath& output_path) - : running_(false), - current_sim_(NULL), + : current_sim_(NULL), output_path_(output_path), seconds_per_test_(seconds_per_test), ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)), @@ -341,7 +340,6 @@ class Simulator { } // Simulation task list for this execution - bool running_; RenderModelSimulator* current_sim_; queue sims_remaining_; queue sims_completed_; -- cgit v1.1