summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykola Korniichuk <mkorniichuk@luxoft.com>2019-09-13 13:51:38 +0300
committerMykola Korniichuk <mkorniichuk@luxoft.com>2019-09-13 13:51:38 +0300
commitddc21636ce187e74a88c7e0169673c0aa5b298a5 (patch)
treeb50dc15505d1296597852f45b1879ea752836052
parent1c0a9a153e4ff15a77d24a3e6f03fab804c15e43 (diff)
downloadsdl_core-fix/resend_error_GetVehicleData_response_from_HMI.tar.gz
fixup! Fix comments and signed-unsigned conversionfix/resend_error_GetVehicleData_response_from_HMI
-rw-r--r--src/components/application_manager/src/commands/command_request_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/command_request_impl.cc b/src/components/application_manager/src/commands/command_request_impl.cc
index bd078056d7..257ccfd9c3 100644
--- a/src/components/application_manager/src/commands/command_request_impl.cc
+++ b/src/components/application_manager/src/commands/command_request_impl.cc
@@ -920,7 +920,6 @@ bool CommandRequestImpl::PrepareResultForMobileResponse(
hmi_apis::Common_Result::eType result_code,
HmiInterfaces::InterfaceID interface) const {
LOG4CXX_AUTO_TRACE(logger_);
- using namespace helpers;
if (IsHMIResultSuccess(result_code)) {
return true;
}