From c52c6e3392222bff3c47cfcb085e68c1b6779b85 Mon Sep 17 00:00:00 2001 From: Ajay Panicker Date: Thu, 21 Apr 2016 22:09:06 -0700 Subject: [PATCH] Fix double definition Change-Id: I40fea4e71db4dc8a1370298632aefd893955d0fe (cherry picked from commit 33641bab5e5d6f1c4a91778faf7947492f7e6062) --- btif/src/btif_config.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/btif/src/btif_config.c b/btif/src/btif_config.c index 4ad775289..f532b1272 100644 --- a/btif/src/btif_config.c +++ b/btif/src/btif_config.c @@ -49,11 +49,6 @@ #define TIME_STRING_LENGTH sizeof("YYYY-MM-DD HH:MM:SS") static const char* TIME_STRING_FORMAT = "%Y-%m-%d %H:%M:%S"; -#define INFO_SECTION "Info" -#define FILE_TIMESTAMP "TimeCreated" -#define TIME_STRING_LENGTH sizeof("YYYY-MM-DD HH:MM:SS") -static const char* TIME_STRING_FORMAT = "%Y-%m-%d %H:%M:%S"; - // TODO(armansito): Find a better way than searching by a hardcoded path. #if defined(OS_GENERIC) static const char *CONFIG_FILE_PATH = "bt_config.conf"; -- 2.11.0