Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAdd

They're never pending, since we add them immediately since commit
186d881440.

Change-Id: I39cc61d0d59846ab8c23ffff14241be6785ad5a0
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
bb10
Thiago Macieira 2015-12-28 13:14:16 -02:00
parent 1568b09f1c
commit fd3ea7004d
1 changed files with 0 additions and 2 deletions

View File

@ -169,7 +169,6 @@ public:
// typedefs
typedef QMultiHash<int, Watcher> WatcherHash;
typedef QHash<int, DBusTimeout *> TimeoutHash;
typedef QVector<QPair<DBusTimeout *, int> > PendingTimeoutList;
typedef QMultiHash<QString, SignalHook> SignalHookHash;
typedef QHash<QString, QDBusMetaObject* > MetaObjectHash;
@ -309,7 +308,6 @@ public:
};
WatcherHash watchers;
TimeoutHash timeouts;
PendingTimeoutList timeoutsPendingAdd;
// the master lock protects our own internal state
QReadWriteLock lock;