summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasato Ogawa <mogawa@xevo.com>2017-08-05 00:14:53 +0900
committerMasato Ogawa <mogawa@xevo.com>2017-08-22 13:05:15 +0900
commitabca4cfa66790ea0a14027fc28a2f8f1b8e1fc97 (patch)
tree8fb6b2e865de0790dd6e954a1a7c693c7110c27c
parent9b2f37ad1cc2bd7f6e2ed73e9baa5bd9569a2864 (diff)
downloadsdl_core-abca4cfa66790ea0a14027fc28a2f8f1b8e1fc97.tar.gz
Removed a unused member and header files
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h1
-rw-r--r--src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc12
2 files changed, 0 insertions, 13 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
index fcc0c16146..3b01ae6981 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
@@ -75,7 +75,6 @@ class SendHapticDataRequest : public CommandRequestImpl {
virtual void on_event(const event_engine::Event& event);
private:
- std::string processing_file_;
DISALLOW_COPY_AND_ASSIGN(SendHapticDataRequest);
};
diff --git a/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc b/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
index 891f103315..f3297bfff6 100644
--- a/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
+++ b/src/components/application_manager/src/commands/mobile/send_haptic_data_request.cc
@@ -31,19 +31,7 @@
*/
#include "application_manager/commands/mobile/send_haptic_data_request.h"
-
-#include <vector>
-#include <string>
-#include <stdio.h>
-#include <algorithm>
-#include <sstream>
-#include "application_manager/policies/policy_handler_interface.h"
#include "interfaces/MOBILE_API.h"
-#include "utils/file_system.h"
-#include "formatters/CFormatterJsonBase.h"
-#include "json/json.h"
-#include "utils/helpers.h"
-#include "utils/custom_string.h"
namespace application_manager {