Skip to content

Commit 2283621

Browse files
agnerspull[bot]
authored andcommitted
Remove unused CHIP_DEVICE_INFO_PATH (#18890)
* Remove unused CHIP_DEVICE_INFO_PATH It has been removed by 30edacd. * Remove all unused pre-processor defines
1 parent 092b7ab commit 2283621

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/platform/Linux/CHIPLinuxStorage.h

-7
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
#define LOCALSTATEDIR "/tmp"
4949
#endif
5050

51-
#ifndef DEVICEINFODIR
52-
#define DEVICEINFODIR "/tmp"
53-
#endif
54-
5551
#define CHIP_DEFAULT_FACTORY_PATH \
5652
FATCONFDIR "/" \
5753
"chip_factory.ini"
@@ -61,9 +57,6 @@
6157
#define CHIP_DEFAULT_DATA_PATH \
6258
LOCALSTATEDIR "/" \
6359
"chip_counters.ini"
64-
#define CHIP_DEVICE_INFO_PATH \
65-
DEVICEINFODIR "/" \
66-
"chip_device_info.ini"
6760

6861
namespace chip {
6962
namespace DeviceLayer {

src/platform/webos/CHIPWebOSStorage.h

-7
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
#define LOCALSTATEDIR "/tmp"
4949
#endif
5050

51-
#ifndef DEVICEINFODIR
52-
#define DEVICEINFODIR "/tmp"
53-
#endif
54-
5551
#define CHIP_DEFAULT_FACTORY_PATH \
5652
FATCONFDIR "/" \
5753
"chip_factory.ini"
@@ -61,9 +57,6 @@
6157
#define CHIP_DEFAULT_DATA_PATH \
6258
LOCALSTATEDIR "/" \
6359
"chip_counters.ini"
64-
#define CHIP_DEVICE_INFO_PATH \
65-
DEVICEINFODIR "/" \
66-
"chip_device_info.ini"
6760

6861
namespace chip {
6962
namespace DeviceLayer {

0 commit comments

Comments
 (0)