summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile
diff options
context:
space:
mode:
authorIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-18 13:18:16 +0300
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:49 +0300
commite5974c2fea9efdb447ddbfc9560d00d1d7882897 (patch)
tree845b052f5715747c0ce2348a56e11ce110ddc491 /src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile
parente8d91bde77671b2448d041a05ef6ebbec13d8668 (diff)
downloadsdl_core-e5974c2fea9efdb447ddbfc9560d00d1d7882897.tar.gz
Move vi_get_vehicle_type to vehicle_info_plugin
Diffstat (limited to 'src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile')
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/unsubscribe_vehicle_data_response.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/unsubscribe_vehicle_data_response.cc b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/unsubscribe_vehicle_data_response.cc
index 143a727455..5f79785784 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/unsubscribe_vehicle_data_response.cc
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/unsubscribe_vehicle_data_response.cc
@@ -63,8 +63,6 @@ void UnsubscribeVehicleDataResponse::Run() {
return;
}
}
-
- // TODO(DK): Some logic
SendResponse(true);
}