summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/src/profile.cc')
-rw-r--r--src/components/config_profile/src/profile.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index 50e343d16b..2dab219890 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -125,19 +125,6 @@ const char* kSecurityVerifyPeerKey = "VerifyPeer";
const char* kBeforeUpdateHours = "UpdateBeforeHours";
#endif
-#ifdef CUSTOMER_PASA
-const char* kHMIHeartBeatTimeoutKey = "HMIHeartBeatTimeout";
-const char* kLoggerSection = "LOGGING";
-const char* kAudioMQPath = "MQAudioPath";
-const char* kLoggerConfigFileKey = "LoggerConfigFile";
-const char* kRemoteLoggingFlagFileKey = "RemoteLoggingFlagFile";
-const char* kRemoteLoggingFlagFilePathKey = "RemoteLoggingFlagFilePath";
-const char* kTargetLogFileHomeDirKey = "TargetLogFileHomeDir";
-const char* kTargetLogFileNamePatternKey = "TargetLogFileNamePattern";
-const char* kTargetBootCountFileKey = "TargetBootCountFile";
-const char* kTargetTmpDirKey = "TargetTmpDir";
-const char* kLogFileMaxSizeKey = "LogFileMaxSize";
-#endif
const char* kAudioDataStoppedTimeoutKey = "AudioDataStoppedTimeout";
const char* kVideoDataStoppedTimeoutKey = "VideoDataStoppedTimeout";
const char* kMixingAudioSupportedKey = "MixingAudioSupported";