diff options
author | Hyotaek, Shim <hyotaek.shim@samsung.com> | 2015-12-16 15:27:54 +0900 |
---|---|---|
committer | Adrian Szyndela <adrian.s@samsung.com> | 2016-02-19 11:54:00 +0100 |
commit | ef0f8490ee2a944367e67813535e4d63c5777fc1 (patch) | |
tree | f084c45231656634ed085476d3701dbe2334415a /bus | |
parent | 99a9ac73f7edfca32b5dfd2967b9d6087a307db9 (diff) | |
download | dbus-ef0f8490ee2a944367e67813535e4d63c5777fc1.tar.gz dbus-ef0f8490ee2a944367e67813535e4d63c5777fc1.tar.bz2 dbus-ef0f8490ee2a944367e67813535e4d63c5777fc1.zip |
Revert "Add kdbus transport"
This reverts commit 771f5155c9a393a242329988d56661a51fc04e6c.
Change-Id: I73b6adc6b76b63e972f7228c88c18dabda81b006
Diffstat (limited to 'bus')
-rw-r--r-- | bus/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -655,8 +655,6 @@ main (int argc, char **argv) _dbus_set_signal_handler (SIGHUP, signal_handler); #endif /* DBUS_UNIX */ - dbus_set_protocol_version (DBUS_MAJOR_PROTOCOL_VERSION); - _dbus_verbose ("We are on D-Bus...\n"); _dbus_loop_run (bus_context_get_loop (context)); |