summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusConnection.hpp
diff options
context:
space:
mode:
authorJürgen Gehring <Juergen.Gehring@bmw.de>2016-12-12 02:09:44 -0800
committerJürgen Gehring <Juergen.Gehring@bmw.de>2016-12-12 02:09:44 -0800
commit08ee52a77e49afb2eae4ac9cb6d8698374a3d542 (patch)
treec582ca4e1c9f4e7ab1ff8037fc548d8c07dac944 /include/CommonAPI/DBus/DBusConnection.hpp
parentd727692b9af85cea85e1bac7c98b920a0b14800a (diff)
downloadgenivi-common-api-dbus-runtime-08ee52a77e49afb2eae4ac9cb6d8698374a3d542.tar.gz
CommonAPI-D-Bus 3.1.10.13.1.10.1
Diffstat (limited to 'include/CommonAPI/DBus/DBusConnection.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusConnection.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/CommonAPI/DBus/DBusConnection.hpp b/include/CommonAPI/DBus/DBusConnection.hpp
index acb163f..b5ec156 100644
--- a/include/CommonAPI/DBus/DBusConnection.hpp
+++ b/include/CommonAPI/DBus/DBusConnection.hpp
@@ -386,7 +386,6 @@ public:
bool isWaitingOnFinishedDispatching_;
std::set<std::thread::id> dispatchThreads_;
- std::mutex dispatchMutex_;
std::condition_variable dispatchCondition_;
};