Skip to content

Commit a7c63c0

Browse files
committed
Remove code from storage-detail
1 parent c0da2d7 commit a7c63c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/app/util/attribute-storage-detail.h

-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929

3030
#include <protocols/interaction_model/StatusCode.h>
3131

32-
// If we have fixed number of endpoints, then max is the same.
33-
#ifdef FIXED_ENDPOINT_COUNT
34-
#define MAX_ENDPOINT_COUNT (FIXED_ENDPOINT_COUNT + CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)
35-
#endif
36-
37-
#include <app-common/zap-generated/attribute-type.h>
38-
3932
extern uint8_t attributeData[]; // main storage bucket for all attributes
4033

4134
void emAfCallInits();

0 commit comments

Comments
 (0)