From fd3ea7004dd9c1c5bd6e18a39fb02b230ef603a4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 28 Dec 2015 13:14:16 -0200 Subject: Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAdd They're never pending, since we add them immediately since commit 186d8814407ccb3e221537d9797172c37127bc51. Change-Id: I39cc61d0d59846ab8c23ffff14241be6785ad5a0 Reviewed-by: Lorn Potter --- src/dbus/qdbusconnection_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/dbus/qdbusconnection_p.h b/src/dbus/qdbusconnection_p.h index 0371f5ece0..2df7a49966 100644 --- a/src/dbus/qdbusconnection_p.h +++ b/src/dbus/qdbusconnection_p.h @@ -169,7 +169,6 @@ public: // typedefs typedef QMultiHash WatcherHash; typedef QHash TimeoutHash; - typedef QVector > PendingTimeoutList; typedef QMultiHash SignalHookHash; typedef QHash MetaObjectHash; @@ -309,7 +308,6 @@ public: }; WatcherHash watchers; TimeoutHash timeouts; - PendingTimeoutList timeoutsPendingAdd; // the master lock protects our own internal state QReadWriteLock lock; -- cgit v1.2.3