hal: Remove unused log macros 21/149421/1
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 12 Sep 2017 04:26:14 +0000 (13:26 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 12 Sep 2017 04:26:14 +0000 (13:26 +0900)
This patch just removes the unused log macros.

Change-Id: Id67b404ca11e5e17a1811de84569c51352d809fa
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal/hal-log.h

index 7c7771edf06ddc30317ab6253d68d5d4cecdc959..69a86d554dc8ed60aad2b3c109ab2d274efc804a 100644 (file)
@@ -29,9 +29,5 @@
 #define _I(fmt, arg...)                do { SLOGI(fmt, ##arg); } while (0)
 #define _W(fmt, arg...)                do { SLOGW(fmt, ##arg); } while (0)
 #define _E(fmt, arg...)                do { SLOGE(fmt, ##arg); } while (0)
-#define _SD(fmt, arg...)       do { SECURE_SLOGD(fmt, ##arg); } while (0)
-#define _SI(fmt, arg...)       do { SECURE_SLOGI(fmt, ##arg); } while (0)
-#define _SW(fmt, arg...)       do { SECURE_SLOGW(fmt, ##arg); } while (0)
-#define _SE(fmt, arg...)       do { SECURE_SLOGE(fmt, ##arg); } while (0)
 
 #endif /* __HAL_LOG_H__ */