Removed unused code (ZONE_CONNECTION macro) 54/42954/4
authorMateusz Malicki <m.malicki2@samsung.com>
Mon, 6 Jul 2015 08:39:24 +0000 (10:39 +0200)
committerMateusz Malicki <m.malicki2@samsung.com>
Wed, 8 Jul 2015 07:25:11 +0000 (09:25 +0200)
commit0e8e1d18c8b1c1e39864444803189d7b9591ca75
tree0d423e74c1c81c41afc90fae6b0e9369fe071c13
parent5c0431b218f6cf6aff9fcf2767268725cef3c2ef
Removed unused code (ZONE_CONNECTION macro)

[Bug]           Unused code
[Cause]         There is no connection to zone
[Solution]      Remove ZONE_CONNECTION macro and related code
[Verification]  Build

Change-Id: I805372a08ddd3507cbe6bfaeeca968560eb593e6
27 files changed:
client/vasum-client-impl.cpp
client/vasum-client-impl.hpp
client/vasum-client.cpp
client/vasum-client.h
common/api/messages.hpp
server/configs/templates/fedora.conf
server/configs/templates/tizen.conf
server/host-dbus-connection.cpp
server/host-dbus-connection.hpp
server/host-dbus-definitions.hpp
server/host-ipc-connection.cpp
server/host-ipc-connection.hpp
server/host-ipc-definitions.hpp
server/zone-config.hpp
server/zone.cpp
server/zone.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/client/ut-client.cpp
tests/unit_tests/configs/templates/buggy-init.conf
tests/unit_tests/configs/templates/buggy-template.conf
tests/unit_tests/configs/templates/console-dbus.conf.in
tests/unit_tests/configs/templates/console-ipc.conf.in
tests/unit_tests/configs/templates/default.conf
tests/unit_tests/configs/templates/missing.conf
tests/unit_tests/configs/templates/test-no-shutdown.conf
tests/unit_tests/server/ut-zones-manager.cpp