summaryrefslogtreecommitdiff
path: root/chromium/dbus/object_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/dbus/object_proxy.cc')
-rw-r--r--chromium/dbus/object_proxy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/dbus/object_proxy.cc b/chromium/dbus/object_proxy.cc
index 1c028f8c5d2..35272e9e430 100644
--- a/chromium/dbus/object_proxy.cc
+++ b/chromium/dbus/object_proxy.cc
@@ -561,7 +561,6 @@ DBusHandlerResult ObjectProxy::HandleMessage(DBusConnection* connection,
FROM_HERE, base::BindOnce(&ObjectProxy::RunMethod, this, start_time,
iter->second, released_signal));
} else {
- const base::TimeTicks start_time = base::TimeTicks::Now();
// If the D-Bus thread is not used, just call the callback on the
// current thread. Transfer the ownership of |signal| to RunMethod().
Signal* released_signal = signal.release();