summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib.cc
diff options
context:
space:
mode:
authorsimon.hong81@gmail.com <simon.hong81@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 21:56:22 +0000
committersimon.hong81@gmail.com <simon.hong81@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 21:56:22 +0000
commit776f09a4243be3b0445f2130d82b28268694e043 (patch)
treee3f862c0868bbadbf026a034f309cecba53d7089 /base/message_pump_glib.cc
parente233e55fe95aa16ffa0c18339d04f29e8b873bb0 (diff)
downloadchromium_src-776f09a4243be3b0445f2130d82b28268694e043.zip
chromium_src-776f09a4243be3b0445f2130d82b28268694e043.tar.gz
chromium_src-776f09a4243be3b0445f2130d82b28268694e043.tar.bz2
Remove unused variable
const char kWorkScheduled = '\0'; BUGS=none TESt=compiles Review URL: http://codereview.chromium.org/9433012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/message_pump_glib.cc')
-rw-r--r--base/message_pump_glib.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/base/message_pump_glib.cc b/base/message_pump_glib.cc
index 85fee9a..07db124 100644
--- a/base/message_pump_glib.cc
+++ b/base/message_pump_glib.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.
@@ -15,9 +15,6 @@
namespace {
-// We send a byte across a pipe to wakeup the event loop.
-const char kWorkScheduled = '\0';
-
// Return a timeout suitable for the glib loop, -1 to block forever,
// 0 to return right away, or a timeout in milliseconds from now.
int GetTimeIntervalMilliseconds(const base::TimeTicks& from) {