Skip to content

Commit 0590258

Browse files
authoredMar 4, 2024
Remove unused files (project-chip#32413)
1 parent ea1de67 commit 0590258

8 files changed

+0
-568
lines changed
 

‎src/controller/CHIPDeviceController.h

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#include <lib/support/DLLUtil.h>
5656
#include <lib/support/Pool.h>
5757
#include <lib/support/SafeInt.h>
58-
#include <lib/support/SerializableIntegerSet.h>
5958
#include <lib/support/Span.h>
6059
#include <lib/support/ThreadOperationalDataset.h>
6160
#include <messaging/ExchangeMgr.h>

‎src/lib/support/BUILD.gn

-3
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ static_library("support") {
214214
"LifetimePersistedCounter.h",
215215
"LinkedList.h",
216216
"ObjectLifeCycle.h",
217-
"OwnerOf.h",
218217
"PersistedCounter.h",
219218
"PersistentData.h",
220219
"PersistentStorageAudit.cpp",
@@ -230,8 +229,6 @@ static_library("support") {
230229
"SafeString.h",
231230
"Scoped.h",
232231
"ScopedBuffer.h",
233-
"SerializableIntegerSet.cpp",
234-
"SerializableIntegerSet.h",
235232
"SetupDiscriminator.h",
236233
"SortUtils.h",
237234
"StateMachine.h",

‎src/lib/support/OwnerOf.h

-32
This file was deleted.

‎src/lib/support/SerializableIntegerSet.cpp

-123
This file was deleted.

‎src/lib/support/SerializableIntegerSet.h

-162
This file was deleted.

‎src/lib/support/tests/BUILD.gn

-2
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@ chip_test_suite_using_nltest("tests") {
3838
"TestIntrusiveList.cpp",
3939
"TestJsonToTlv.cpp",
4040
"TestJsonToTlvToJson.cpp",
41-
"TestOwnerOf.cpp",
4241
"TestPersistedCounter.cpp",
4342
"TestPool.cpp",
4443
"TestPrivateHeap.cpp",
4544
"TestSafeInt.cpp",
4645
"TestSafeString.cpp",
4746
"TestScoped.cpp",
4847
"TestScopedBuffer.cpp",
49-
"TestSerializableIntegerSet.cpp",
5048
"TestSpan.cpp",
5149
"TestStateMachine.cpp",
5250
"TestStaticSupportSmartPtr.cpp",

0 commit comments

Comments
 (0)
Please sign in to comment.