summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 22:34:14 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 22:34:14 +0000
commit9afc14e2f54eaa5f75827542e73b430418f0c412 (patch)
tree76ef99cbd440b5bcf7711e5360c232053c6cd618 /jingle
parentd0e6d8e4a72f1ae7b518c921b5b359fdbb2874d2 (diff)
downloadchromium_src-9afc14e2f54eaa5f75827542e73b430418f0c412.zip
chromium_src-9afc14e2f54eaa5f75827542e73b430418f0c412.tar.gz
chromium_src-9afc14e2f54eaa5f75827542e73b430418f0c412.tar.bz2
Clean up a few more unused globals.
Found by clang's new -Wunused-const-variable. BUG=290204 R=akalin@chromium.org, avi@chromium.org, isherman@chromium.org, jamesr@chromium.org, joi@chromium.org, sergeyu@chromium.org, sky@chromium.org, thestig@chromium.org, xhwang@chromium.org Review URL: https://codereview.chromium.org/24649002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/notifier/communicator/login.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc
index 6c50862..1a877e1 100644
--- a/jingle/notifier/communicator/login.cc
+++ b/jingle/notifier/communicator/login.cc
@@ -24,9 +24,6 @@
namespace notifier {
-// Redirect valid for 5 minutes.
-static const int kRedirectTimeoutMinutes = 5;
-
Login::Delegate::~Delegate() {}
Login::Login(Delegate* delegate,